mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
add ytdlp config
This commit is contained in:
parent
c031e0d6e5
commit
195bdc54d2
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
|
Loading…
Reference in New Issue
Block a user