diff options
author | felix <m.p.isaev@yandex.com> | 2014-12-12 20:49:50 +0100 |
---|---|---|
committer | felix <m.p.isaev@yandex.com> | 2014-12-12 23:20:34 +0100 |
commit | 7668a2c5cba305bf7dc41b14149fa7f55d4dffd6 (patch) | |
tree | f1af98a1367db7ef534de1794efe81d7c9d8f0d0 /youtube_dl/extractor/comcarcoff.py | |
parent | 3c864e930dd7533b404d03872d078e038883ac3d (diff) |
[comcarcoff] add webpage_url datum
Diffstat (limited to 'youtube_dl/extractor/comcarcoff.py')
-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 67724139c..b62be56da 100644 --- a/youtube_dl/extractor/comcarcoff.py +++ b/youtube_dl/extractor/comcarcoff.py @@ -51,4 +51,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'))), } |