mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
fix ytdl argument format
This commit is contained in:
parent
f7785b0f59
commit
420de2b939
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue