about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-13 23:05:41 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-13 23:05:41 +0100
commitd5524947b560c1d0e1dfa2ef7f1969efe07866fa (patch)
tree2b43d3cd1759b6b30b01657006a9ea642685f5ad
parent74f91c4af7640a62dfe610fae80e92b0a40593c2 (diff)
parent7668a2c5cba305bf7dc41b14149fa7f55d4dffd6 (diff)
downloadyoutube-dl-d5524947b560c1d0e1dfa2ef7f1969efe07866fa.tar.gz
youtube-dl-d5524947b560c1d0e1dfa2ef7f1969efe07866fa.tar.xz
youtube-dl-d5524947b560c1d0e1dfa2ef7f1969efe07866fa.zip
Merge remote-tracking branch 'fstirlitz/master'
-rw-r--r--youtube_dl/extractor/comcarcoff.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/comcarcoff.py b/youtube_dl/extractor/comcarcoff.py
index a2211ee44..9c25b2223 100644
--- 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'))),
         }