aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-01-05 02:17:12 +0600
committerSergey M <dstftw@gmail.com>2016-01-05 02:17:12 +0600
commit40f796288afe634055c4600993b353da58e29a45 (patch)
tree4d5e33bff2c3a3530d90ec3149685329dc843b93 /README.md
parent2f546d0a3cc9b9fa7f022df68574f7009d7d1ffb (diff)
downloadyoutube-dl-40f796288afe634055c4600993b353da58e29a45.zip
youtube-dl-40f796288afe634055c4600993b353da58e29a45.tar.gz
youtube-dl-40f796288afe634055c4600993b353da58e29a45.tar.bz2
[README.md] Clarify cookies usage
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 4fc83b8..7525319 100644
--- a/README.md
+++ b/README.md
@@ -627,7 +627,7 @@ Either prepend `http://www.youtube.com/watch?v=` or separate the ID from the opt
Use the `--cookies` option, for example `--cookies /path/to/cookies/file.txt`. 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, `LF` (`\n`) for Linux and `CR` (`\r`) for Mac OS. `HTTP Error 400: Bad Request` when using `--cookies` is a good sign of invalid newline format.
-Passing cookies to youtube-dl is a good way to workaround login when a particular extractor does not implement it explicitly.
+Passing cookies to youtube-dl is a good way to workaround login when a particular extractor does not implement it explicitly. Another use case is working around [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA) some websites require you to solve in particular cases in order to get access (e.g. YouTube, CloudFlare).
### Can you add support for this anime video site, or site which shows current movies for free?