Update ffmpeg_bin.py

This commit is contained in:
Ritiek Malhotra
2017-08-03 10:40:32 +00:00
committed by GitHub
parent 01c0501f46
commit 6ff72b0495

View File

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