mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add alt quality selection to ytg
This commit is contained in:
parent
0db9e3719f
commit
2b400968db
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ ytg() {
|
|||
if [[ ! -e "$vid" && "$(expr substr "$vid" 1 4)" != "http" ]]; then
|
||||
vid="ytdl://$vid"
|
||||
fi
|
||||
mpv_stream "$vid" --ytdl-format=95,best "$@"
|
||||
mpv_stream "$vid" --ytdl-format=22,95,best "$@"
|
||||
}
|
||||
|
||||
ytll() {
|
||||
|
|
Loading…
Add table
Reference in a new issue