diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-15 03:15:05 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-15 03:41:45 +0530 |
commit | 1e4fca9a87b0ff6b7316261a2f081493af3885b2 (patch) | |
tree | 06f9da6aa5b739539c527149abf0aecf33b1de04 /yt_dlp/YoutubeDL.py | |
parent | 49b4ceaedf92db85177cfa10542bddbed16529c7 (diff) | |
download | hypervideo-pre-1e4fca9a87b0ff6b7316261a2f081493af3885b2.tar.lz hypervideo-pre-1e4fca9a87b0ff6b7316261a2f081493af3885b2.tar.xz hypervideo-pre-1e4fca9a87b0ff6b7316261a2f081493af3885b2.zip |
[cleanup] Misc
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 498e8dd8e..7a2b03cb5 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -301,7 +301,7 @@ class YoutubeDL: should act on each input URL as opposed to for the entire queue cookiefile: File name or text stream from where cookies should be read and dumped to cookiesfrombrowser: A tuple containing the name of the browser, the profile - name/pathfrom where cookies are loaded, and the name of the + name/path from where cookies are loaded, and the name of the keyring, e.g. ('chrome', ) or ('vivaldi', 'default', 'BASICTEXT') legacyserverconnect: Explicitly allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation |