remove the path for ffmpeg on mobile

This commit is contained in:
Video 2017-10-11 12:07:17 -07:00
parent f307f95df7
commit a15fa86f49

View file

@ -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: