invyt: Download audio command
This commit is contained in:
parent
f90e997da8
commit
abd73a7cd3
|
@ -58,7 +58,14 @@ def "main dl" [url: string, --max-res(-m): string] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
def "main play" [url: string] {
|
||||
mpv (main $url)
|
||||
}
|
||||
|
||||
def "main dla" [url: string] {
|
||||
yt-dlp --embed-chapters --embed-metadata -x (parse_url $url)
|
||||
}
|
||||
|
||||
def "main download audio" [url: string] {
|
||||
yt-dlp --embed-chapters --embed-metadata -x (parse_url $url)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue