diff options
author | Ricardo Garcia <[email protected]> | 2008-07-22 15:26:32 +0200 |
---|---|---|
committer | Ricardo Garcia <devnull@localhost> | 2008-07-22 15:26:32 +0200 |
commit | 38acff0e77d773de0b14b95a21ea4cafd43a98c9 (patch) | |
tree | 55a28bad8619825850c92f8183b9162da652172e | |
parent | 1c5e23021ed23a1d143d7b0a9554574d1e7050fb (diff) | |
download | youtube-dl-38acff0e77d773de0b14b95a21ea4cafd43a98c9.tar.gz youtube-dl-38acff0e77d773de0b14b95a21ea4cafd43a98c9.zip |
Minor comment
-rwxr-xr-x | youtube-dl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl index 46d45d37d..633c87e5d 100755 --- a/youtube-dl +++ b/youtube-dl @@ -368,6 +368,7 @@ class YoutubeIE(InfoExtractor): self.to_stderr('WARNING: parsing .netrc: %s' % str(err)) return + # No authentication to be performed if username is None: return |