diff options
author | Ricardo Garcia <[email protected]> | 2011-01-30 13:10:22 +0100 |
---|---|---|
committer | Ricardo Garcia <[email protected]> | 2011-01-30 13:10:22 +0100 |
commit | 01e013b5e33b2c32fff3e09f9b9168eb7b576887 (patch) | |
tree | f8d71642b1ee9c4ba2aba480de48735f7774bfbc /documentation.html | |
parent | 64ea994344d97ea2faa978f6025bd6b7a26877e5 (diff) | |
download | youtube-dl-01e013b5e33b2c32fff3e09f9b9168eb7b576887.tar.gz youtube-dl-01e013b5e33b2c32fff3e09f9b9168eb7b576887.zip |
Mention support for YouTube.com user videos in the documentation
Diffstat (limited to 'documentation.html')
-rw-r--r-- | documentation.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation.html b/documentation.html index 0fb112407..aa7f98abf 100644 --- a/documentation.html +++ b/documentation.html @@ -53,6 +53,7 @@ <li>YouTube.com.</li> <li>YouTube.com playlists (playlist URLs in "view_play_list" form).</li> <li>YouTube.com searches, using the special keyword "ytsearch" as a form of URL, as in "ytsearch:cute kittens". Do not forget the quotes if you want to include spaces in your search. Other variants are "ytsearchN" to download more than the first result, with N being a number, and "ytsearchall".</li> +<li>YouTube.com user videos, using user page URLs or the specifc "ytuser" keyword.</li> <li>metacafe.com.</li> <li>Google Video.</li> <li>Google Video searches ("gvsearch" keyword).</li> |