diff options
author | Sergey M․ <[email protected]> | 2016-06-18 22:12:24 +0700 |
---|---|---|
committer | Sergey M․ <[email protected]> | 2016-06-18 22:12:24 +0700 |
commit | 658975165ebcd75c2f215e350c7db6bb8a764828 (patch) | |
tree | fdd08a1669fff517f3a29aeaa78d3b478d16e095 /about.html | |
parent | d6d7600e3767a615cb5d28b516abc2a1447885ca (diff) | |
download | youtube-dl-658975165ebcd75c2f215e350c7db6bb8a764828.tar.gz youtube-dl-658975165ebcd75c2f215e350c7db6bb8a764828.zip |
Add link to more sites
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about.html b/about.html index edb817db1..8b76094dd 100644 --- a/about.html +++ b/about.html @@ -14,7 +14,7 @@ <h1>What is it?</h1> -<p><em>youtube-dl</em> is a 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.6, 2.7, or 3.2+, 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> +<p><em>youtube-dl</em> is a command-line program to download videos from YouTube.com and a few <a href="supportedsites.html" style="color: blue; text-decoration: underline;">more sites</a>. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.6, 2.7, or 3.2+, 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> |