nite07
8702d3e93f
fix: save twitchtoken remove: getSteamID remove: update cmd&api add: getIGDBIDBySteamSearch add: update game info task
35 lines
1.9 KiB
Go
35 lines
1.9 KiB
Go
package constant
|
|
|
|
const (
|
|
C1337xBaseURL = "https://www.1337x.to"
|
|
FreeGOGListURL = "https://freegogpcgames.com/a-z-games-list"
|
|
GOGGamesBaseURL = "https://www.gog-games.to"
|
|
GOGGamesURL = "https://www.gog-games.to/search?page=%v&search=&in_dev_filter=none&sort_by=last_update_desc"
|
|
GOGGamesPageURL = "https://www.gog-games.to/game/%s"
|
|
GOGGamesGameAPIURL = "https://www.gog-games.to/api/v1/games/%s"
|
|
SteamSearchURL = "https://store.steampowered.com/search"
|
|
SteamAppDetailURL = "https://store.steampowered.com/api/appdetails"
|
|
SteamAllAppsURL = "https://api.steampowered.com/ISteamApps/GetAppList/v2/?format=json"
|
|
XatabBaseURL = "https://byxatab.com"
|
|
GoogleSearchURL = "https://www.google.com/search"
|
|
BingSearchURL = "https://www.bing.com/search"
|
|
OnlineFixURL = "https://online-fix.me"
|
|
OnlineFixCSRFURL = "https://online-fix.me/engine/ajax/authtoken.php"
|
|
IGDBGameURL = "https://api.igdb.com/v4/games"
|
|
IGDBSearchURL = "https://api.igdb.com/v4/search"
|
|
IGDBCompaniesURL = "https://api.igdb.com/v4/companies"
|
|
IGDBWebsitesURL = "https://api.igdb.com/v4/websites"
|
|
IGDBPopularityURL = "https://api.igdb.com/v4/popularity_primitives"
|
|
TwitchAuthURL = "https://id.twitch.tv/oauth2/token"
|
|
Steam250Top250URL = "https://steam250.com/top250"
|
|
Steam250BestOfTheYearURL = "https://steam250.com/%v"
|
|
Steam250WeekTop50URL = "https://steam250.com/7day"
|
|
Steam250MonthTop50URL = "https://steam250.com/30day"
|
|
Steam250MostPlayedURL = "https://steam250.com/most_played"
|
|
FitGirlURL = "https://fitgirl-repacks.site/page/%v/"
|
|
SteamRIPBaseURL = "https://steamrip.com"
|
|
SteamRIPGameListURL = "https://steamrip.com/games-list-page/"
|
|
RepackInfoURL = "https://repack.info/page/%v/"
|
|
GnarlyURL = "https://rentry.org/gnarly_repacks"
|
|
)
|