mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:35:34 +02:00
youtube-dl: fix custom filename example (#2708)
This commit is contained in:
parent
f353de3b6b
commit
9749d6fc47
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- Download video(s) as MP4 files with custom filenames:
|
- 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:
|
- Download a video and save its description, metadata, annotations, subtitles, and thumbnail:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue