mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-26 12:11:52 +00:00
Update readme to reflect %(id)s and %(provider)s for the --output parameter
This commit is contained in:
parent
c7d20cbc02
commit
e0c5e9a532
1 changed files with 4 additions and 3 deletions
|
@ -42,9 +42,10 @@ which means you can modify it, redistribute it or use it however you like.
|
|||
title, %(uploader)s for the uploader name,
|
||||
%(autonumber)s to get an automatically incremented
|
||||
number, %(ext)s for the filename extension,
|
||||
%(upload_date)s for the upload date (YYYYMMDD), and
|
||||
%% for a literal percent. Use - to output to
|
||||
stdout.
|
||||
%(upload_date)s for the upload date (YYYYMMDD),
|
||||
%(provider) for the provider (youtube, metacafe, etc),
|
||||
%(id)s for the video id and %% for a literal percent.
|
||||
Use - to output to stdout.
|
||||
-a, --batch-file FILE file containing URLs to download ('-' for stdin)
|
||||
-w, --no-overwrites do not overwrite files
|
||||
-c, --continue resume partially downloaded files
|
||||
|
|
Loading…
Reference in a new issue