mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-02 23:55:13 +00:00
Preparing for release
This commit is contained in:
@@ -324,7 +324,7 @@ def _make_video_result(node):
|
||||
return {
|
||||
'_type': 'url_transparent',
|
||||
'ie_key': TwitchVodIE.ie_key(),
|
||||
'id': 'v'+ video_id,
|
||||
'id': 'v' + video_id,
|
||||
'url': 'https://www.twitch.tv/videos/%s' % video_id,
|
||||
'title': node.get('title'),
|
||||
'thumbnail': node.get('previewThumbnailURL'),
|
||||
|
||||
Reference in New Issue
Block a user