Add yt-dlp config
This commit is contained in:
parent
67d49e1e49
commit
c1e373f67d
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
- ~/.config/fish
|
||||
- ~/.config/git
|
||||
- ~/.config/pacdef
|
||||
- ~/.config/yt-dlp
|
||||
|
||||
- link:
|
||||
~/.config/git:
|
||||
|
@ -19,3 +20,6 @@
|
|||
~/.config/pacdef:
|
||||
path: pacdef/*
|
||||
glob: true
|
||||
~/.config/yt-dlp:
|
||||
path: yt-dlp/*
|
||||
glob: true
|
||||
|
|
3
yt-dlp/config
Normal file
3
yt-dlp/config
Normal file
|
@ -0,0 +1,3 @@
|
|||
--add-metadata
|
||||
-S "ext"
|
||||
-f "bv*[height<=1080]+ba/b[height<=1080] / wv*+ba/w"
|
Loading…
Reference in a new issue