diff --git a/explorers/__main__.py b/explorers/__main__.py index 525f257..dcba990 100644 --- a/explorers/__main__.py +++ b/explorers/__main__.py @@ -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",