Browse Source

Minor comment

rtmp_test
Ricardo Garcia 17 years ago
committed by Ricardo Garcia
parent
commit
38acff0e77
1 changed files with 1 additions and 0 deletions
  1. +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


Loading…
Cancel
Save