rice/yt-dlp/config

16 lines
230 B
Plaintext
Raw Normal View History

2021-12-10 11:13:53 -08:00
--geo-bypass
--embed-metadata
--embed-thumbnail
--embed-subs
2021-11-06 17:20:33 -07:00
# Always extract audio
2021-12-10 11:13:53 -08:00
-x
2021-11-06 17:20:33 -07:00
# Do not copy the mtime
--no-mtime
# Save all videos under YouTube directory in your home directory
-o ~/Videos/YouTube/%(title)s.%(ext)s
2021-12-10 11:13:53 -08:00