Documentation
¶
Index ¶
- func ContainsRussian(s string) bool
- func ConvertTorrentToMagnet(torrent []byte) (string, string, error)
- func DecryptPrivateBin(url string, password string) (string, error)
- func FormatSize(size int64) string
- func LevenshteinDistance(str1, str2 string) int
- func MegaDownload(url string, path string) (string, []string, error)
- func OuoBypass(ouoURL string) (string, error)
- func ReCaptcha(anchorUrl string) (string, error)
- func Similarity(str1, str2 string) float64
- func SolveKeepLinks(url string) (string, error)
- func SubSizeStrings(sizes []string) (string, error)
- func Unique[T comparable](slice []T) []T
- type FetchConfig
- type FetchResponse
- type PrivateBinData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsRussian ¶
func FormatSize ¶
func LevenshteinDistance ¶
func Similarity ¶
func SolveKeepLinks ¶
func SubSizeStrings ¶
func Unique ¶
func Unique[T comparable](slice []T) []T
Types ¶
type FetchConfig ¶
type FetchResponse ¶
func Fetch ¶
func Fetch(cfg FetchConfig) (*FetchResponse, error)
type PrivateBinData ¶
type PrivateBinData struct { Ct string `json:"ct"` Adata []interface{} `json:"adata"` }
Click to show internal directories.
Click to hide internal directories.