Update docs
This commit is contained in:
10
faq.html
10
faq.html
@ -17,7 +17,7 @@
|
||||
<h1>Questions</h1>
|
||||
|
||||
<p>
|
||||
<a href="#q1">The program has stopped working. Please fix it.</a><br>
|
||||
<a href="#q-bugs">The program has stopped working / I want to suggest a feature.</a><br>
|
||||
<a href="#q2">Can you please put the -b option back?</a><br>
|
||||
<a href="#q3">I get HTTP error 402 when trying to download a video. What's this?</a><br>
|
||||
<a href="#q4">I have downloaded a video but how can I play it?</a><br>
|
||||
@ -26,7 +26,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<h1 id="q1">The program has stopped working / I want to suggest a feature.</h1>
|
||||
<h1 id="q-bugs">The program has stopped working / I want to suggest a feature.</h1>
|
||||
|
||||
<p>Please report the problem in the <a href="https://github.com/rg3/youtube-dl/issues">issuetracker</a>. Your bug report should include:
|
||||
|
||||
@ -37,6 +37,12 @@
|
||||
<li>The name and version of your Operating System ("Ubuntu 11.04 x64" or "Windows 7 x64" is usually enough).</li>
|
||||
</ul>
|
||||
|
||||
If you're suggesting a feature, any details can help:
|
||||
|
||||
<ul>
|
||||
<li>If it's an option: How would you call it? What should the help text be?</li>
|
||||
<li>If it's support for a new site: Mention an example video URL. If you can describe the download process, that's a huge plus. But don't worry if you can't - we love a good challenge ;).</a>
|
||||
<li>For programmers: Providing code that implements the change will speed up the integration process. <a href="https://github.com/rg3/youtube-dl/fork">Fork youtube-dl</a> on github, and <a href="http://help.github.com/send-pull-requests/">send us a pull request</a>.</li>
|
||||
</p>
|
||||
|
||||
<h1 id="q2">Can you please put the -b option back?</h1>
|
||||
|
Reference in New Issue
Block a user