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(