mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-13 18:50:59 +01:00
[nbc] Fix pep8 issue
This commit is contained in:
parent
efcddaebe9
commit
47e0e1e0e2
@ -134,7 +134,7 @@ class NBCNewsIE(InfoExtractor):
|
|||||||
continue
|
continue
|
||||||
raise
|
raise
|
||||||
|
|
||||||
if not all_videos or not 'videos' in all_videos:
|
if not all_videos or 'videos' not in all_videos:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user