GofileScrapper/misc/constants.go

12 lines
230 B
Go

package misc
const Charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
const ApiUrl = "https://api.gofile.io"
const GuestCount = 5
const MaxRetries = 5
const WaitingRetryTime = 5
const MaxPerThread = 30