mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
release 2013.10.28
This commit is contained in:
parent
1003d108d5
commit
f088ea5486
23
README.md
23
README.md
@ -79,16 +79,17 @@ ## Filesystem Options:
|
|||||||
different, %(autonumber)s to get an automatically
|
different, %(autonumber)s to get an automatically
|
||||||
incremented number, %(ext)s for the filename
|
incremented number, %(ext)s for the filename
|
||||||
extension, %(format)s for the format description
|
extension, %(format)s for the format description
|
||||||
(like "22 - 1280x720" or "HD")%(upload_date)s for
|
(like "22 - 1280x720" or "HD"),%(format_id)s for
|
||||||
the upload date (YYYYMMDD), %(extractor)s for the
|
the unique id of the format (like Youtube's
|
||||||
provider (youtube, metacafe, etc), %(id)s for the
|
itags: "137"),%(upload_date)s for the upload date
|
||||||
video id , %(playlist)s for the playlist the
|
(YYYYMMDD), %(extractor)s for the provider
|
||||||
video is in, %(playlist_index)s for the position
|
(youtube, metacafe, etc), %(id)s for the video id
|
||||||
in the playlist and %% for a literal percent. Use
|
, %(playlist)s for the playlist the video is in,
|
||||||
- to output to stdout. Can also be used to
|
%(playlist_index)s for the position in the
|
||||||
download to a different directory, for example
|
playlist and %% for a literal percent. Use - to
|
||||||
with -o '/my/downloads/%(uploader)s/%(title)s-%(i
|
output to stdout. Can also be used to download to
|
||||||
d)s.%(ext)s' .
|
a different directory, for example with -o '/my/d
|
||||||
|
ownloads/%(uploader)s/%(title)s-%(id)s.%(ext)s' .
|
||||||
--autonumber-size NUMBER Specifies the number of digits in %(autonumber)s
|
--autonumber-size NUMBER Specifies the number of digits in %(autonumber)s
|
||||||
when it is present in output filename template or
|
when it is present in output filename template or
|
||||||
--autonumber option is given
|
--autonumber option is given
|
||||||
@ -126,6 +127,8 @@ ## Verbosity / Simulation Options:
|
|||||||
-v, --verbose print various debugging information
|
-v, --verbose print various debugging information
|
||||||
--dump-intermediate-pages print downloaded pages to debug problems(very
|
--dump-intermediate-pages print downloaded pages to debug problems(very
|
||||||
verbose)
|
verbose)
|
||||||
|
--write-pages Write downloaded pages to files in the current
|
||||||
|
directory
|
||||||
|
|
||||||
## Video Format Options:
|
## Video Format Options:
|
||||||
-f, --format FORMAT video format code, specifiy the order of
|
-f, --format FORMAT video format code, specifiy the order of
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
__version__ = '2013.10.23.2'
|
__version__ = '2013.10.28'
|
||||||
|
Loading…
Reference in New Issue
Block a user