Merge remote-tracking branch 'fstirlitz/master'
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 22:05:41 +0000 (23:05 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 13 Dec 2014 22:05:41 +0000 (23:05 +0100)
youtube_dl/extractor/comcarcoff.py

index a2211ee4495eabdc3cc8bada7b4197c84544a0ff..9c25b2223184ad1258b399b154aa821954581350 100644 (file)
@@ -53,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'))),
         }