Update Downloader.py

This commit is contained in:
Olai 2024-01-17 12:16:15 +01:00 committed by GitHub
parent 8c3aadf845
commit 969dfd1621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,8 @@ from tqdm import tqdm
import aiohttp
import asyncio
# Its often a file does not download on first try, This is here to try again if it fails.
# And of course, if it fails 3 times then it will report an error to the user.
MAX_RETRIES = 2
url = input("Enter the URL: ")