kopia lustrzana https://github.com/yt-dlp/yt-dlp
[nbc] Fix pep8 issue
rodzic
efcddaebe9
commit
47e0e1e0e2
youtube_dl/extractor
|
@ -134,7 +134,7 @@ class NBCNewsIE(InfoExtractor):
|
|||
continue
|
||||
raise
|
||||
|
||||
if not all_videos or not 'videos' in all_videos:
|
||||
if not all_videos or 'videos' not in all_videos:
|
||||
continue
|
||||
|
||||
try:
|
||||
|
|
Ładowanie…
Reference in New Issue