Add option --netrc-location

Closes #792, #963
This commit is contained in:
pukkandan
2021-09-16 00:51:40 +05:30
parent c589c1d395
commit 0001fcb586
5 changed files with 17 additions and 7 deletions

View File

@@ -575,6 +575,7 @@ def _real_main(argv=None):
ydl_opts = {
'usenetrc': opts.usenetrc,
'netrc_location': opts.netrc_location,
'username': opts.username,
'password': opts.password,
'twofactor': opts.twofactor,