GofileScrapper/misc/constants.go

11 lines
203 B
Go
Raw Normal View History

2024-03-19 16:20:55 +00:00
package misc
2024-03-20 09:10:20 +00:00
const Charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
const ApiUrl = "https://api.gofile.io"
2024-03-19 16:39:10 +00:00
2024-03-20 09:10:20 +00:00
const GuestCount = 5
const MaxRetries = 5
const MaxPerThread = 10