diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-09-07 17:35:45 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-09-07 17:38:05 +0530 |
commit | 17ffed184237b3686212cc73290e5cdd0f6f20ca (patch) | |
tree | 136fb3b5d955a507953ae78737222f9cec9b5044 /yt_dlp/utils.py | |
parent | be9c0884d7af01f9b658975a98a91d71c420d34f (diff) | |
download | hypervideo-pre-17ffed184237b3686212cc73290e5cdd0f6f20ca.tar.lz hypervideo-pre-17ffed184237b3686212cc73290e5cdd0f6f20ca.tar.xz hypervideo-pre-17ffed184237b3686212cc73290e5cdd0f6f20ca.zip |
[docs] Improvements
* Move detailed installation instructions to https://github.com/yt-dlp/yt-dlp/wiki/Installation
* Link to wiki where applicable
* Fix some mistakes. Closes #4853, Closes #4855, Closes #4852
* Improve some error messages
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index 53939f290..06699341c 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -1610,7 +1610,7 @@ class YoutubeDLCookieJar(http.cookiejar.MozillaCookieJar): if f'{line.strip()} '[0] in '[{"': raise http.cookiejar.LoadError( 'Cookies file must be Netscape formatted, not JSON. See ' - 'https://github.com/ytdl-org/youtube-dl#how-do-i-pass-cookies-to-youtube-dl') + 'https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp') write_string(f'WARNING: skipping cookie file entry due to {e}: {line!r}\n') continue cf.seek(0) |