mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[options] Mention login in --username documentation (#3753)
This commit is contained in:
@@ -205,7 +205,7 @@ def _hide_login_info(opts):
|
|||||||
help='Try to download the DASH manifest on YouTube videos (experimental)')
|
help='Try to download the DASH manifest on YouTube videos (experimental)')
|
||||||
|
|
||||||
authentication.add_option('-u', '--username',
|
authentication.add_option('-u', '--username',
|
||||||
dest='username', metavar='USERNAME', help='account username')
|
dest='username', metavar='USERNAME', help='login with this account ID')
|
||||||
authentication.add_option('-p', '--password',
|
authentication.add_option('-p', '--password',
|
||||||
dest='password', metavar='PASSWORD', help='account password')
|
dest='password', metavar='PASSWORD', help='account password')
|
||||||
authentication.add_option('-2', '--twofactor',
|
authentication.add_option('-2', '--twofactor',
|
||||||
|
|||||||
Reference in New Issue
Block a user