This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[nbc] Fix pep8 issue
totalwebcasting
Jaime Marquínez Ferrándiz
10 years ago
parent
efcddaebe9
commit
47e0e1e0e2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
Write
Preview
Loading…
Cancel
Save