Browse Source

[nbc] Fix pep8 issue

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
47e0e1e0e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nbc.py

+ 1
- 1
youtube_dl/extractor/nbc.py View File

@ -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:


Loading…
Cancel
Save