projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0beeff4
)
Document new -w option
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Wed, 4 Feb 2009 20:39:55 +0000
(21:39 +0100)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:23:48 +0000
(11:23 +0100)
index.html.in
patch
|
blob
|
history
diff --git
a/index.html.in
b/index.html.in
index ddcebcdf55bbbc8e643dc789b39581ce27715686..c503df7df3f18f236caa928b77fb99a5ad7950a1 100644
(file)
--- a/
index.html.in
+++ b/
index.html.in
@@
-141,6
+141,9
@@
to attempt to download every video with the -i or --ignore-errors option.</li>
<li>The -a or --batch-file option lets you specify a file to read URLs from.
The file must contain one URL per line.</li>
+<li>The program can be told not to overwrite existing files using the -w or
+--no-overwrites option.</li>
+
<li>For YouTube, you can also use the URL of a playlist, and it will download
all the videos in that playlist.</li>