1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-08 06:13:22 -07:00

fix ytdl argument format

This commit is contained in:
Connor Olding 2020-03-07 21:29:11 -08:00
parent f7785b0f59
commit 420de2b939

View File

@ -54,7 +54,7 @@ mpv_watch() {
mpv \
--force-window=yes \
--af=lavfi="[$_M_PROCESS]" \
--ytdl-format '[width<=1280]/best' \
--ytdl-format='[width<=1280]/best' \
"$@" "$url"
popd >/dev/null
}