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
Fix NameError
rtmp_test
2009.01.31
Ricardo Garcia
16 years ago
parent
eb0d2909a8
commit
d1580ed990
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube-dl
+ 1
- 0
youtube-dl
View File
@ -894,6 +894,7 @@ if __name__ == '__main__':
(opts, args) = parser.parse_args()
# Batch file verification
batchurls = []
if opts.batchfile is not None:
try:
batchurls = [line.strip() for line in open(opts.batchfile, 'r')]
Write
Preview
Loading…
Cancel
Save