mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[nbc] Fix pep8 issue
This commit is contained in:
parent
efcddaebe9
commit
47e0e1e0e2
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ def _real_extract(self, url):
|
|||
continue
|
||||
raise
|
||||
|
||||
if not all_videos or not 'videos' in all_videos:
|
||||
if not all_videos or 'videos' not in all_videos:
|
||||
continue
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue