From 6ff72b04950479e794ce9657290b2e7fa507fe2e Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Thu, 3 Aug 2017 10:40:32 +0000 Subject: [PATCH] Update ffmpeg_bin.py --- test/ffmpeg_bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ffmpeg_bin.py b/test/ffmpeg_bin.py index 3f9c60c..f5daab3 100644 --- a/test/ffmpeg_bin.py +++ b/test/ffmpeg_bin.py @@ -19,4 +19,4 @@ for x in soup.find_all('a'): ffmpeg_bin = requests.get(full_link, stream=True) with open(ffmpeg_bin_path, 'wb') as handle: for block in ffmpeg_bin.iter_content(1024): -handle.write(block) + handle.write(block)