mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 19:49:23 +01:00
removed unnecessary line
This commit is contained in:
parent
0e1ccd1f73
commit
f7997fb25a
@ -84,7 +84,6 @@ def bitanime():
|
||||
download_urls = bd.get_download_urls(download_links, True)
|
||||
print(f"Downloading {Fore.LIGHTCYAN_EX}{len(download_urls)} episode/s")
|
||||
print(f"{Fore.LIGHTGREEN_EX}====================================")
|
||||
print(download_urls)
|
||||
bd.get_path(folder)
|
||||
thread_map(
|
||||
bd.download_episodes, download_urls, ncols=75, total=len(download_urls)
|
||||
|
Loading…
x
Reference in New Issue
Block a user