aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2014-11-22 16:03:24 -0200
committerRogério Brito <rbrito@ime.usp.br>2014-11-22 16:03:24 -0200
commiteed74133841b43ce901ee0dd31c7dad5a234bd48 (patch)
tree1d9659ece77ce8a697caedc0f92086ca51fdbb5f /README.txt
parent46113edab215c2211a604c06245c16d5d4e57dcf (diff)
downloadyoutube-dl-eed74133841b43ce901ee0dd31c7dad5a234bd48.zip
youtube-dl-eed74133841b43ce901ee0dd31c7dad5a234bd48.tar.gz
youtube-dl-eed74133841b43ce901ee0dd31c7dad5a234bd48.tar.bz2
Imported Upstream version 2014.11.21
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt29
1 files changed, 18 insertions, 11 deletions
diff --git a/README.txt b/README.txt
index 6911156..3ba6f53 100644
--- a/README.txt
+++ b/README.txt
@@ -149,17 +149,19 @@ Filesystem Options:
%(upload_date)s for the upload date
(YYYYMMDD), %(extractor)s for the provider
(youtube, metacafe, etc), %(id)s for the
- video id, %(playlist)s for the playlist the
+ video id, %(playlist_title)s,
+ %(playlist_id)s, or %(playlist)s (=title if
+ present, ID otherwise) for the playlist the
video is in, %(playlist_index)s for the
- position in the playlist and %% for a
- literal percent. %(height)s and %(width)s
- for the width and height of the video
- format. %(resolution)s for a textual
+ position in the playlist. %(height)s and
+ %(width)s for the width and height of the
+ video format. %(resolution)s for a textual
description of the resolution of the video
- format. Use - to output to stdout. Can also
- be used to download to a different
- directory, for example with -o '/my/downloa
- ds/%(uploader)s/%(title)s-%(id)s.%(ext)s' .
+ format. %% for a literal percent. Use - to
+ output to stdout. Can also be used to
+ download to a different directory, for
+ example with -o '/my/downloads/%(uploader)s
+ /%(title)s-%(id)s.%(ext)s' .
--autonumber-size NUMBER Specifies the number of digits in
%(autonumber)s when it is present in output
filename template or --auto-number option
@@ -263,8 +265,13 @@ Video Format Options:
"worst", "worstvideo" and "worstaudio". By
default, youtube-dl will pick the best
quality. Use commas to download multiple
- audio formats, such as -f
- 136/137/mp4/bestvideo,140/m4a/bestaudio
+ audio formats, such as -f
+ 136/137/mp4/bestvideo,140/m4a/bestaudio.
+ You can merge the video and audio of two
+ formats into a single file using -f <video-
+ format>+<audio-format> (requires ffmpeg or
+ avconv), for example -f
+ bestvideo+bestaudio.
--all-formats download all available video formats
--prefer-free-formats prefer free video formats unless a specific
one is requested