fix gog and epic scraper
This commit is contained in:
parent
168d67fd0c
commit
29e06127ee
3 changed files with 5 additions and 4 deletions
|
@ -126,7 +126,7 @@ func (e EpicStruct) Load() error {
|
|||
|
||||
image := ""
|
||||
for _, keyImage := range element.KeyImages {
|
||||
if keyImage.Type == "DieselStoreFrontWide" {
|
||||
if keyImage.Type == "OfferImageWide" {
|
||||
image = keyImage.Url
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue