adds scraper for game search
This commit is contained in:
parent
40b3be7a11
commit
3ece55dfe4
3 changed files with 153 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue