1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 05:31:15 +02:00

[comcarcoff] add webpage_url datum

This commit is contained in:
felix 2014-12-12 20:49:50 +01:00
parent 3c864e930d
commit 7668a2c5cb

View File

@ -51,4 +51,5 @@ def _real_extract(self, url):
'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'))),
}