summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-02-28 02:00:00 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-02-28 02:00:00 +0100
commit49bd2af54faf72b445a9b1a4b54afd66e4d86ab7 (patch)
treef80c80c8deede906e5f938d633610eff2c09787f
parenta5999b83fdcb9d8249035cdda3c0755ad2cedf91 (diff)
downloadyoutube-dl-49bd2af54faf72b445a9b1a4b54afd66e4d86ab7.tar.gz
youtube-dl-49bd2af54faf72b445a9b1a4b54afd66e4d86ab7.tar.xz
youtube-dl-49bd2af54faf72b445a9b1a4b54afd66e4d86ab7.zip
Clarify 402
-rw-r--r--faq.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/faq.html b/faq.html
index 70941be77..0f9926004 100644
--- a/faq.html
+++ b/faq.html
@@ -18,7 +18,7 @@
 <ul>
 <li><a href="#q-bugs">The program has stopped working / I want to suggest a feature.</a></li>
 <li><a href="#q-best-option">Can you please put the -b option back?</a></li>
-<li><a href="#q-http-402">I get  HTTP error 402 when trying to download a video. What's this?</a></li>
+<li><a href="#q-http-402">I get  HTTP error <code>402 Payment Required</code> when trying to download a video. What's this?</a></li>
 <li><a href="#q-play-video">I have downloaded a video but how can I play it?</a></li>
 <li><a href="#q-g-links">The links provided by youtube-dl -g are not working anymore</a></li>
 <li><a href="#q-no-fmt_url_map">ERROR: no fmt_url_map or conn information found in video info</a></li>
@@ -49,7 +49,7 @@
 
 <p>Most people asking this question are not aware that youtube-dl now defaults to downloading the highest available quality as reported by YouTube, which will be 1080p or 720p in some cases, so you no longer need the -b option. For some specific videos, maybe YouTube does not report them to be available in a specific high quality format you're interested in. In that case, simply request it with the -f option and youtube-dl will try to download it.</p>
 
-<h1 id="q-http-402">I get  HTTP error 402 when trying to download a video. What's this?</h1>
+<h1 id="q-http-402">I get HTTP error <code>402 Payment Required</code> when trying to download a video. What's this?</h1>
 
 <p>Apparently YouTube requires you to pass a CAPTCHA test if you download too much. At this moment, there is no plan to solve this issue, as youtube-dl is a command line program that is many times used without X and in an unattended fashion, so there's no easy way of solving this, in my humble opinion. I have no plans to solve it at this moment, but let me know your ideas and code if you come up with something.</p>