From 5558557dc862398fdb96ce99e46bddd9d8ffa04e Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 29 Jan 2021 19:54:39 +0100 Subject: [PATCH] Updated the ScreenScraper API access credentials. --- es-app/src/scrapers/ScreenScraper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/es-app/src/scrapers/ScreenScraper.h b/es-app/src/scrapers/ScreenScraper.h index fbc800a56..8b889425d 100644 --- a/es-app/src/scrapers/ScreenScraper.h +++ b/es-app/src/scrapers/ScreenScraper.h @@ -40,11 +40,11 @@ public: // Access to the API. const std::string API_DEV_U = - { 91, 32, 7, 17 }; + { 15, 21, 39, 22, 42, 40 }; const std::string API_DEV_P = - { 108, 28, 54, 55, 83, 43, 91, 44, 30, 22, 41, 12, 0, 108, 38, 29 }; + { 32, 70, 46, 54, 12, 5, 13, 120, 50, 66, 25 }; const std::string API_DEV_KEY = - { 54, 73, 115, 100, 101, 67, 111, 107, 79, 66, 68, 66, 67, 56, 118, 77, 54, 88, 101, 54 }; + { 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_SOFT_NAME = "EmulationStation-DE " + static_cast(PROGRAM_VERSION_STRING);