From 3a3c8d98ded22dd433fc997c7b0e577708ac8239 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 20 Dec 2019 06:26:00 -0800 Subject: [PATCH] tweak and fix youtube-dl formats again --- home/streamcrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/streamcrap b/home/streamcrap index ac8c322..bc7f11c 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -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 } @@ -108,7 +108,7 @@ ai() { asmr() { _M_PROCESS="acompressor=threshold=0.001:ratio=1.414:attack=300:release=3000:makeup=9:knee=8:mix=0.88,alimiter=level_in=1.414:level_out=0.707" \ - yt "$@" --volume=90 --ytdl-format=251/best + yt "$@" --volume=90 --ytdl-format=251/300/best } unset _nn