back to all lengths. less urls will be found in short term but in long

term its better
This commit is contained in:
TheTechRobo 2021-05-28 11:07:51 -04:00
parent d2ebda7791
commit bc67f8727b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def wrapper():
Example wrapper
"""
datums = URL() #create instance
datums.GetURL((1,6)) #get a random url with a length from 1 to 6
datums.GetURL((1,25)) #get a random url with a length from 1 to 6
print(f"Pinging URL {datums.url}") #you can also modify datums.url, you can use that for tracker stuff (just make a wrapper that changes this variable as necessary instead of running GetURL())
datums.GetDownload() #download the url
datums.WriteFile() #write to json file