adds scraper for game search

This commit is contained in:
Seraphim Strub 2023-07-17 12:49:35 +00:00
parent 40b3be7a11
commit 3ece55dfe4
3 changed files with 153 additions and 5 deletions

View file

@ -73,7 +73,7 @@ func main() {
select {
case <-ticker.C:
var apis []api.Api
apis = append(apis, api.NewUbsioftApi(), api.NewEpicApi(), api.NewSteamApi(), api.NewGogApi(), api.NewHumbleBundleApi())
apis = append(apis, api.NewUbsioftApi(), api.NewEpicApi(), api.NewSteamApi(), api.NewGogFrontApi(), api.NewGogApi(), api.NewHumbleBundleApi())
for _, a := range apis {
err := a.Load()
if err != nil {