mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Remove the TGDB scraper from the list of enabled scrapers
This commit is contained in:
parent
ce04f7f297
commit
253e5716d2
|
@ -10,7 +10,7 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
const std::map<std::string, generate_scraper_requests_func> scraper_request_funcs {
|
const std::map<std::string, generate_scraper_requests_func> scraper_request_funcs {
|
||||||
{ "TheGamesDB", &thegamesdb_generate_scraper_requests },
|
// { "TheGamesDB", &thegamesdb_generate_scraper_requests },
|
||||||
{ "ScreenScraper", &screenscraper_generate_scraper_requests }
|
{ "ScreenScraper", &screenscraper_generate_scraper_requests }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue