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/fish
|
||||||
- ~/.config/git
|
- ~/.config/git
|
||||||
- ~/.config/pacdef
|
- ~/.config/pacdef
|
||||||
|
- ~/.config/yt-dlp
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/git:
|
~/.config/git:
|
||||||
|
@ -19,3 +20,6 @@
|
||||||
~/.config/pacdef:
|
~/.config/pacdef:
|
||||||
path: pacdef/*
|
path: pacdef/*
|
||||||
glob: true
|
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