Update docs

download-server-ytdl-org
Philipp Hagemeister 13 years ago
parent 78ef538449
commit 81eb98e4bd

@ -15,11 +15,7 @@
<h1>What is it?</h1>
<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 5), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at <a href="https://github.com/rg3/youtube-dl/">github.com</a>.</p>
<p>I will try to keep it updated if YouTube.com changes the way you access their videos. After all, it is a simple and short program. However, I can not guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. My contact information is at <a href="https://rg03.wordpress.com/contact-me/">rg03.wordpress.com</a>. If the program stops working and I can not solve the problem but you have a solution, I would like to know it. Furthermore, if you think you can maintain the program yourself, tell me.</p>
<p>Thanks for all the feedback received so far. I am glad people find my program useful.</p>
<p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.5+ (Python 3 support is planned), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. The project is currently being developed at <a href="https://github.com/rg3/youtube-dl/"><strong>github</strong></a>.</p>
<h1>Authors</h1>
@ -31,6 +27,8 @@
<li>Witold Baryluk: Dailymotion InfoExtractor.</li>
<li>Paweł Paprota: YouTube user videos InfoExtractor.</li>
<li>Gergely Imreh: Facebook InfoExtractor, ideas and patches.</li>
<li>Philipp Hagemeister: Maintainer since 2011, InfoExtractors for blip.tv, thedailyshow/colbertnation, The Escapist</li>
<li>Sören Schulze: myvideo InfoExtractor.</li>
<li>Many other people contributing patches, code, ideas and kind messages. Too many to be listed here. You know who you are. Thank you very much.</li>
</ul>

@ -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>

Loading…
Cancel
Save