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
Minor comment
rtmp_test
Ricardo Garcia
17 years ago
committed by
Ricardo Garcia
parent
1c5e23021e
commit
38acff0e77
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube-dl
+ 1
- 0
youtube-dl
View File
@ -368,6 +368,7 @@ class YoutubeIE(InfoExtractor):
self.to_stderr('WARNING: parsing .netrc: %s' % str(err))
self.to_stderr('WARNING: parsing .netrc: %s' % str(err))
return
return
# No authentication to be performed
if username is None:
if username is None:
return
return
Write
Preview
Loading…
Cancel
Save