Skip to content

Commit

Permalink
Use mamedb.blu-ferret.co.uk for mamedb scraping
Browse files Browse the repository at this point in the history
mamedb.com has now been down for months
  • Loading branch information
mickelson committed Feb 5, 2017
1 parent f94d13b commit b4438a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/scraper_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,14 @@ bool FeSettings::mamedb_scraper( FeImporterContext &c )
if ( !c.emulator.is_mame() || !m_scrape_mamedb || ( !m_scrape_snaps && !m_scrape_marquees ))
return true;

std::cout << " - scraping mamedb.com..." << std::endl;

//
// Build a map for looking up parents
//
ParentMapType parent_map;
build_parent_map( parent_map, c.romlist, false );

const char *MAMEDB = "http://mamedb.com";
const char *MAMEDB = "http://mamedb.blu-ferret.co.uk";
std::cout << " - scraping " << MAMEDB << "..." << std::endl;

std::string emu_name = c.emulator.get_info( FeEmulatorInfo::Name );
std::string base_path = get_config_dir() + FE_SCRAPER_SUBDIR;
Expand Down

0 comments on commit b4438a4

Please sign in to comment.