about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMarco Fantauzzo <marco97pa@live.it>2020-12-26 14:50:39 +0100
committerGitHub <noreply@github.com>2020-12-26 20:50:39 +0700
commitbbe8cc6662ce870b2efee5d2a3fceab39e1a3c2c (patch)
treef7458e2fbfe6d8445fcd443218276e2e4ee29360 /README.md
parent98106accb6fde5e48e0fd9894b4ce29b5c864f6d (diff)
downloadyoutube-dl-bbe8cc6662ce870b2efee5d2a3fceab39e1a3c2c.tar.gz
youtube-dl-bbe8cc6662ce870b2efee5d2a3fceab39e1a3c2c.tar.xz
youtube-dl-bbe8cc6662ce870b2efee5d2a3fceab39e1a3c2c.zip
[README.md] Update reference to cookie export extension for Chrome (closes #26885) (#27433)
The cookies.txt extension doesn't exist anymore on the Chrome Web Store (see https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg), so I propose to change the link in the README.md to another similar extension called Get cookies.txt (https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid/) with the same functions and utility of the old one.

This PR close #26885
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f72211c0..ffa34493e 100644
--- a/README.md
+++ b/README.md
@@ -880,7 +880,7 @@ Either prepend `https://www.youtube.com/watch?v=` or separate the ID from the op
 
 Use the `--cookies` option, for example `--cookies /path/to/cookies/file.txt`.
 
-In order to extract cookies from browser use any conforming browser extension for exporting cookies. For example, [cookies.txt](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg) (for Chrome) or [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/) (for Firefox).
+In order to extract cookies from browser use any conforming browser extension for exporting cookies. For example, [Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid/) (for Chrome) or [cookies.txt](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/) (for Firefox).
 
 Note that the cookies file must be in Mozilla/Netscape format and the first line of the cookies file must be either `# HTTP Cookie File` or `# Netscape HTTP Cookie File`. Make sure you have correct [newline format](https://en.wikipedia.org/wiki/Newline) in the cookies file and convert newlines if necessary to correspond with your OS, namely `CRLF` (`\r\n`) for Windows and `LF` (`\n`) for Unix and Unix-like systems (Linux, macOS, etc.). `HTTP Error 400: Bad Request` when using `--cookies` is a good sign of invalid newline format.