Skip to content

Commit

Permalink
Fix SS api
Browse files Browse the repository at this point in the history
  • Loading branch information
milouk committed Oct 5, 2024
1 parent d8659ee commit 5babcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import requests

GAME_INFO_URL = "https://www.screenscraper.fr/api2/jeuInfos.php"
GAME_INFO_URL = "https://api.screenscraper.fr/api2/jeuInfos.php"
USER_INFO_URL = "https://api.screenscraper.fr/api2/ssuserInfos.php"
MAX_FILE_SIZE_BYTES = 104857600 # 100MB
IMAGE_EXTENSIONS = [".jpg", ".jpeg", ".png"]
Expand Down

0 comments on commit 5babcd9

Please sign in to comment.