Update downloader.py

This commit is contained in:
Richard Mwewa
2022-10-20 21:49:17 +02:00
committed by GitHub
parent d9c4666db9
commit 1f008f71fc

View File

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