diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-13 23:05:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-13 23:05:41 +0100 |
commit | d5524947b560c1d0e1dfa2ef7f1969efe07866fa (patch) | |
tree | 2b43d3cd1759b6b30b01657006a9ea642685f5ad /youtube_dl | |
parent | 74f91c4af7640a62dfe610fae80e92b0a40593c2 (diff) | |
parent | 7668a2c5cba305bf7dc41b14149fa7f55d4dffd6 (diff) |
Merge remote-tracking branch 'fstirlitz/master'
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/comcarcoff.py | 1 |
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'))), } |