diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-25 22:22:32 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-06-25 22:22:32 +0200 |
commit | c6c19746722e5ef43375f9be0d4de30648697643 (patch) | |
tree | 9cd7c159f7b02603f83d3cbb4353e514e7b8a4c9 /youtube_dl/YoutubeDL.py | |
parent | a545d1d2625081ab92a5223efdd42c1fddb87b58 (diff) |
Add "--video-password" option (related #889)
Used only for accessing a private video
Restore the error when the account is missing
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r-- | youtube_dl/YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 52ee8cedb..b4a966b70 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -46,6 +46,7 @@ class YoutubeDL(object): username: Username for authentication purposes. password: Password for authentication purposes. + videopassword: Password for acces a video. usenetrc: Use netrc for authentication instead. verbose: Print additional info to stdout. quiet: Do not print messages to stdout. |