From 44845836622806674982031cea23ff16647a0fd1 Mon Sep 17 00:00:00 2001 From: timotheyca Date: Sun, 17 Apr 2022 16:13:09 +0300 Subject: [PATCH] cache 128kbps --- v6d3music/run-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v6d3music/run-bot.py b/v6d3music/run-bot.py index 282940c..2c230d9 100644 --- a/v6d3music/run-bot.py +++ b/v6d3music/run-bot.py @@ -463,7 +463,7 @@ async def cache_url(hurl: str, rurl: str, override: bool, tor: bool) -> None: 'ffmpeg', '-hide_banner', '-loglevel', 'warning', '-reconnect', '1', '-reconnect_at_eof', '0', '-reconnect_streamed', '1', '-reconnect_delay_max', '10', '-copy_unknown', - '-y', '-i', rurl, str(tmp_path) + '-y', '-i', rurl, '-b:a', '128k', str(tmp_path) ] ) p = subprocess.Popen(