# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Same as strings.Join([]string, "\n").
Convert the page number to the offset as one page might have x posts.
Detects if the given string contains any GDrive links and logs it if detected.
Detects if the given string contains any other external file hosting providers links and logs it if detected.
Detects if the given string contains any passwords.
No description provided by the author
Returns a cookie with given value and website to be used in requests.
No description provided by the author
Returns the min, max, hasMaxNum, and error from the given string of "num" or "min-max"
E.g.
Used for removing duplicate IDs with its corresponding page number from the given slices.
Removes duplicates from the given slice.
No description provided by the author
Checks if the given target is in the given arr and returns a boolean.
Checks if the slice of string all matches the given regex pattern If strict is true, then all string must match the regex pattern.
No description provided by the author
No description provided by the author
Validates if the slice of strings contains only numbers Otherwise, os.Exit(1) is called after printing error messages for the user to read.
check page nums if they are in the correct format.
Checks if the slice of string contains the target str.
Verifies the given cookie by making a request to the website and checks if the cookie is valid If the cookie is valid, the cookie will be returned
However, if the cookie is invalid, an error message will be printed out and the program will shutdown.
Verifies the given cookie by making a request to the website and returns true if the cookie is valid.
No description provided by the author
# Interfaces
No description provided by the author