mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 14:53:39 -08:00
add ytdlp config
This commit is contained in:
13
yt-dlp/config
Normal file
13
yt-dlp/config
Normal 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
|
||||
Reference in New Issue
Block a user