Make FAQ valid HTML
This commit is contained in:
parent
9014805f26
commit
dd9d3efcfb
5
faq.html
5
faq.html
|
@ -28,7 +28,7 @@
|
|||
|
||||
<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:
|
||||
<p>Please report the problem in the <a href="https://github.com/rg3/youtube-dl/issues">issuetracker</a>. Your bug report should include:</p>
|
||||
|
||||
<ul>
|
||||
<li>Your exact command line, like <code style="white-space: pre;">youtube-dl -t "http://www.youtube.com/watch?v=uHlDtZ6Oc3s&feature=channel_video_title"</code></li>
|
||||
|
@ -37,14 +37,13 @@
|
|||
<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:
|
||||
<p>If you're suggesting a feature, any details can help:</p>
|
||||
|
||||
<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 ;).</li>
|
||||
<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>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h1 id="q-best-option">Can you please put the -b option back?</h1>
|
||||
|
||||
|
|
Loading…
Reference in New Issue