mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): lemminx ls (xml language server)
This commit is contained in:
parent
c3c764f31b
commit
5c197b3803
4 changed files with 12 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
function ytdlp
|
||||
yt-dlp -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' -o "/Users/leana/Downloads/%(title)s.%(ext)s" $argv
|
||||
yt-dlp \
|
||||
--merge-output-format "mkv" \
|
||||
-f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4" \
|
||||
-o "/Users/leana/Downloads/%(title)s.%(ext)s" \
|
||||
$argv
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue