소스 검색

Clarify 402

Philipp Hagemeister 13 년 전
부모
커밋
49bd2af54f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      faq.html

+ 2 - 2
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>