Set a default configuration for yt-dlp
This commit is contained in:
parent
1b278acd2b
commit
850bfd6e68
1 changed files with 11 additions and 0 deletions
11
.config/yt-dlp/config
Normal file
11
.config/yt-dlp/config
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Set a default output directory
|
||||
--output ~/Downloads/yt-dlp/%(title)s.%(ext)s
|
||||
|
||||
# Metadata embedding
|
||||
--embed-info-json
|
||||
--embed-metadata
|
||||
--embed-thumbnail
|
||||
|
||||
# Post-processing options
|
||||
--extract-audio
|
||||
--keep-video
|
||||
Loading…
Add table
Add a link
Reference in a new issue