1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-01 11:13:24 -07:00

restore ytdl-format flags that i forgot

This commit is contained in:
Connor Olding 2022-04-12 12:27:58 +02:00
parent 2854cb6404
commit fb6fc670b4

View File

@ -144,8 +144,7 @@ ytg() { # @-
# watch a youtube video. like `yt`, but with a preference for different formats.
argc $# -ge 1 "$0" || return
local vid="$1"; shift
# --ytdl-format=22/95/300/best
yt "$vid" "$@"
yt "$vid" "$@" --ytdl-format=22/95/300/best
}
ytll() { ### @-
@ -171,7 +170,6 @@ ai() { # @-
asmr() { # @-
# for your aural pleasure.
argc $# -ge 1 "$0" || return
# --ytdl-format=251/300/best
_M_PROCESS="acompressor=threshold=0.001:ratio=1.33:attack=900:release=6000:makeup=6:knee=8:mix=0.9,alimiter" \
yt "$@" --volume=90
yt "$@" --volume=90 --ytdl-format=251/300/best
}