mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Remove --prefer-free-formats from yt-dlp abbreviations, instead, set it via config file
parent
105415c84e
commit
122e9308d7
|
@ -420,9 +420,9 @@
|
||||||
`(#|Download/Upload|#
|
`(#|Download/Upload|#
|
||||||
(a . "aria2c -j 10 '%'")
|
(a . "aria2c -j 10 '%'")
|
||||||
(i . "ipfs get %")
|
(i . "ipfs get %")
|
||||||
(m . "yt-dlp --prefer-free-formats -x '%'")
|
(m . "yt-dlp -x '%'")
|
||||||
(u . "curl -F file=@% https://0x0.st | wl-copy")
|
(u . "curl -F file=@% https://0x0.st | wl-copy")
|
||||||
(v . "yt-dlp --prefer-free-formats '%'")))
|
(v . "yt-dlp '%'")))
|
||||||
|
|
||||||
#|Shell history|#
|
#|Shell history|#
|
||||||
,(abbreviation
|
,(abbreviation
|
||||||
|
|
Loading…
Reference in New Issue