1
0
mirror of https://github.com/karl0ss/GoGoDownloader.git synced 2025-05-14 18:58:11 +01:00

Modified few lines

This commit is contained in:
sh1nobu 2021-10-01 18:34:08 +08:00
parent b3766d5a6e
commit d1c222ff91

@ -66,6 +66,7 @@ def bitanime():
print(f"{OK}Episode/s: {Fore.LIGHTCYAN_EX}{all_episodes}")
print(f"{OK}Quality: {Fore.LIGHTCYAN_EX}{episode_quality}")
print(f"{OK}Link: {Fore.LIGHTCYAN_EX}{source}")
folder = os.path.join(os.getcwd(), title)
if not os.path.exists(folder):
os.mkdir(folder)