mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-27 14:23:41 +03:00
fix: correct lint error
This commit is contained in:
@@ -1757,7 +1757,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
}, { # Youtube RSS feed
|
}, { # Youtube RSS feed
|
||||||
'url': 'https://www.youtube.com/feeds/videos.xml?channel_id=UC7_gcs09iThXybpVgjHZ_7g',
|
'url': 'https://www.youtube.com/feeds/videos.xml?channel_id=UC7_gcs09iThXybpVgjHZ_7g',
|
||||||
'md5': '7d66034582204a3ac425c71eb6b7b6e0',
|
'md5': '7d66034582204a3ac425c71eb6b7b6e0',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|||||||
Reference in New Issue
Block a user