mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Changed the ScreenScraper URL from https://www.screenscraper.fr/api2 to https://api.screenscraper.fr/api2
This commit is contained in:
parent
39bb28e353
commit
88e4ed38fe
|
@ -26,7 +26,7 @@ using namespace PlatformIds;
|
|||
namespace
|
||||
{
|
||||
// List of systems and their IDs from:
|
||||
// https://www.screenscraper.fr/api/systemesListe.php?devid=xxx&devpassword=yyy&softname=zzz&output=XML
|
||||
// https://api.screenscraper.fr/api/systemesListe.php?devid=xxx&devpassword=yyy&softname=zzz&output=XML
|
||||
const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
|
||||
{THREEDO, 29},
|
||||
{ACORN_ELECTRON, 85},
|
||||
|
|
|
@ -50,7 +50,7 @@ public:
|
|||
const std::string API_DEV_P = {32, 70, 46, 54, 12, 5, 13, 120, 50, 66, 25};
|
||||
const std::string API_DEV_KEY = {67, 112, 72, 120, 121, 77, 119, 74, 84, 56,
|
||||
75, 122, 78, 98, 69, 86, 56, 120, 120, 49};
|
||||
const std::string API_URL_BASE = "https://www.screenscraper.fr/api2";
|
||||
const std::string API_URL_BASE = "https://api.screenscraper.fr/api2";
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
const std::string platformIdentifier {" B"};
|
||||
#elif defined(STEAM_DECK)
|
||||
|
|
Loading…
Reference in a new issue