Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Minor output improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeStraw committed Apr 9, 2021
1 parent 951b25e commit 9975d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ def main():
# Check for errors
if "error" in login_res_text:
print(
f"{Fore.RED}[ERROR]{Style.RESET_ALL} VVVVID è attualmente in manutenzione, controllare il suo stato sul sito e riprovare."
f"\n{Fore.RED}[ERROR]{Style.RESET_ALL} VVVVID è attualmente in manutenzione, controllare il suo stato sul sito e riprovare."
)
sys.exit(-1)
if "access denied" in login_res_text:
print(
f"{Fore.RED}[ERROR]{Style.RESET_ALL} VVVVID è accessibile solo in Italia 🍕 \n\n... Pss, puoi usare una VPN 😏"
f"\n{Fore.RED}[ERROR]{Style.RESET_ALL} VVVVID è accessibile solo in Italia 🍕 \n\n... Pss, puoi usare una VPN 😏"
)
sys.exit(-1)

Expand All @@ -193,7 +193,7 @@ def main():

if not at_least_one:
print(
f"{Fore.YELLOW}[WARNING]{Style.RESET_ALL} "
f"\n{Fore.YELLOW}[WARNING]{Style.RESET_ALL} "
+ "Il file downloads_list è vuoto oppure contiene solo righe commentate.\n"
+ "Per cominciare ad usare il programma, inserire uno o più link.\n\n"
+ "Per ulteriori informazioni visitate la pagina ufficiale del progetto su GitHub:\nhttps://github.com/CoffeeStraw/VVVVID-Downloader.\n"
Expand Down

0 comments on commit 9975d82

Please sign in to comment.