From a15fa86f4967602fc87ed382d881e22233911a88 Mon Sep 17 00:00:00 2001 From: Video Date: Wed, 11 Oct 2017 12:07:17 -0700 Subject: [PATCH] remove the path for ffmpeg on mobile --- irs/ripper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/irs/ripper.py b/irs/ripper.py index a369efb..d362d02 100644 --- a/irs/ripper.py +++ b/irs/ripper.py @@ -441,7 +441,6 @@ init, or in method arguments.") 'progress_hooks': [YdlUtils.my_hook], 'output': "tmp_file", 'prefer-ffmpeg': True, - 'ffmpeg_location': os.path.expanduser("~/.irs/bin/"), } with youtube_dl.YoutubeDL(ydl_opts) as ydl: