1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

add alt quality selection to ytg

This commit is contained in:
Connor Olding 2019-03-22 13:05:33 +01:00
parent 0db9e3719f
commit 2b400968db

View File

@ -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() {