mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 19:49:23 +01:00
Update bitanime.py
Reset thread_map
This commit is contained in:
parent
f81a3699a3
commit
23b99e6362
@ -131,7 +131,13 @@ def bitanime():
|
|||||||
|
|
||||||
print(f"{OK}Downloading {Fore.LIGHTCYAN_EX}{len(download_urls)}{Fore.RESET} episode/s")
|
print(f"{OK}Downloading {Fore.LIGHTCYAN_EX}{len(download_urls)}{Fore.RESET} episode/s")
|
||||||
|
|
||||||
thread_map(download.download_episodes, download_urls, ncols=75, total=len(download_urls))
|
thread_map(
|
||||||
|
download.download_episodes,
|
||||||
|
download_urls,
|
||||||
|
ncols=75,
|
||||||
|
total=len(download_urls),
|
||||||
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.startfile(folder)
|
os.startfile(folder)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user