Merge remote-tracking branch 'fstirlitz/master'
[youtube-dl] / youtube_dl / extractor / comcarcoff.py
index 67724139c86be69eda1862d63b65335d644f9003..9c25b2223184ad1258b399b154aa821954581350 100644 (file)
@@ -1,4 +1,6 @@
 # encoding: utf-8
+from __future__ import unicode_literals
+
 import json
 
 from .common import InfoExtractor
@@ -51,4 +53,5 @@ class ComCarCoffIE(InfoExtractor):
             'timestamp': parse_iso8601(video_data.get('pubDate')),
             'thumbnails': thumbnails,
             'formats': formats,
+            'webpage_url': 'http://comediansincarsgettingcoffee.com/%s' % (video_data.get('urlSlug', video_data.get('slug'))),
         }