mirror of
https://github.com/bellingcat/facebook-downloader.git
synced 2026-06-08 03:28:31 +03:00
Update downloader.py
This commit is contained in:
@@ -90,4 +90,5 @@ class FacebookDownloader:
|
||||
for chunk in tqdm(response.iter_content(chunk_size=8192), desc=f'Downloading: {self.args.output}.mp4'):
|
||||
file.write(chunk)
|
||||
print(f'Downloaded: {file.name}')
|
||||
self.driver.close()
|
||||
self.driver.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user