mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-26 11:39:22 +01:00
removed unnecessary line
This commit is contained in:
parent
0e1ccd1f73
commit
f7997fb25a
@ -65,4 +65,4 @@ def download_episodes(url):
|
||||
url_resp = requests.get(url[1], headers=header, stream=True)
|
||||
file_name = os.path.join(folder_path, f"{url[0]}.mp4")
|
||||
with open(file_name, "wb") as file:
|
||||
shutil.copyfileobj(url_resp.raw, file)
|
||||
shutil.copyfileobj(url_resp.raw, file)
|
@ -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)
|
||||
@ -127,4 +126,4 @@ def bitanime():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
bitanime()
|
||||
bitanime()
|
Loading…
x
Reference in New Issue
Block a user