mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
Minor comment
This commit is contained in:
parent
1c5e23021e
commit
38acff0e77
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue