add ytdlp config

This commit is contained in:
ksyasuda 2021-11-06 17:20:33 -07:00
parent c031e0d6e5
commit 195bdc54d2

13
yt-dlp/config Normal file
View File

@ -0,0 +1,13 @@
# Lines starting with # are comments
# Always extract audio
# -x
# Do not copy the mtime
--no-mtime
--embed-thumbnail
--embed-subs
# Save all videos under YouTube directory in your home directory
-o ~/Videos/YouTube/%(title)s.%(ext)s