mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 09:57:59 +09:00
[comcarcoff] add webpage_url datum
This commit is contained in:
parent
3c864e930d
commit
7668a2c5cb
@ -51,4 +51,5 @@ class ComCarCoffIE(InfoExtractor):
|
|||||||
'timestamp': parse_iso8601(video_data.get('pubDate')),
|
'timestamp': parse_iso8601(video_data.get('pubDate')),
|
||||||
'thumbnails': thumbnails,
|
'thumbnails': thumbnails,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
'webpage_url': 'http://comediansincarsgettingcoffee.com/%s' % (video_data.get('urlSlug', video_data.get('slug'))),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user