Removed debug
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
import threading
|
||||
import cloudscraper
|
||||
from tqdm import tqdm
|
||||
from time import sleep
|
||||
|
||||
|
||||
scraper = cloudscraper.CloudScraper()
|
||||
@ -22,7 +20,6 @@ def download(url: str):
|
||||
for data in res.iter_content(1024):
|
||||
progress_bar.update(len(data))
|
||||
file.write(data)
|
||||
sleep(0.01)
|
||||
|
||||
except Exception as ex:
|
||||
failed.append(url)
|
||||
Reference in New Issue
Block a user