youtube-dl: fix custom filename example (#2708)

italian
P_Q_H 2019-01-15 07:45:13 +08:00 committed by Starbeamrainbowlabs
parent f353de3b6b
commit 9749d6fc47
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- Download video(s) as MP4 files with custom filenames:
`youtube-dl --format {{mp4}} --output {{"%(title) by %(uploader) on %(upload_date) in %(playlist).%(ext)"}} {{url}}`
`youtube-dl --format {{mp4}} -o {{"%(title)s by %(uploader)s on %(upload_date)s in %(playlist)s.%(ext)s"}} {{url}}`
- Download a video and save its description, metadata, annotations, subtitles, and thumbnail: