fix: use global ffmpeg_bin

This commit is contained in:
tretrauit 2024-03-21 01:33:11 +07:00
parent 49d71462c2
commit cc57d5c8dc

View File

@ -17,7 +17,7 @@ ffmpeg_bin: str = None
def download_m3u8(m3u8_url: str, output_path: Path):
ff = FfmpegProgress(
[
"ffmpeg",
ffmpeg_bin,
"-headers",
f"User-Agent: {constants.USER_AGENT}",
"-headers",