mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
Merge remote-tracking branch 'fstirlitz/master'
This commit is contained in:
commit
d5524947b5
@ -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'))),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user