Skip to content

Commit

Permalink
fix: GOG page layout changes
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed May 4, 2024
1 parent 1918ddf commit ad56033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lootscraper/scraper/gog_games.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_offers_url(self) -> str:
return OFFER_URL

def get_page_ready_selector(self) -> str:
return ".content.cf"
return ".wrapper"

def get_offer_handlers(self, page: Page) -> list[OfferHandler]:
return [
Expand Down

0 comments on commit ad56033

Please sign in to comment.