commit: d5524947b560c1d0e1dfa2ef7f1969efe07866fa
parent 74f91c4af7640a62dfe610fae80e92b0a40593c2
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 13 Dec 2014 23:05:41 +0100
Merge remote-tracking branch 'fstirlitz/master'
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/comcarcoff.py b/youtube_dl/extractor/comcarcoff.py
@@ -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'))),
}