]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/extractor/twitch.py
Preparing for release
[yt-dlp.git] / youtube_dlc / extractor / twitch.py
index 34892d69d9d25204b779b48b5f4cbb930536f567..ab131a07d1d4d1cbda7cf4a1c7ed7c61f58dd9a5 100644 (file)
@@ -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'),