RobLoach / libretro-dats

Build some of the libretro-database DATs
http://github.com/libretro/libretro-database
25 stars 18 forks source link

Some changes to no-intro effect some code lines #34

Open pkos opened 4 years ago

pkos commented 4 years ago

i forked the libretro-dats i noticed part of the code downloads from no-intro the form you use in the code is no longer compatible with the no-intro website its two pages now, one to prepare and one to downloads i was playing around and learning some javascript but i dont have an answer yet

pkos commented 4 years ago

function nointro() { return new Promise(function(resolve, reject) { if (fs.existsSync('nointro.zip')) { extractFile('nointro.zip', 'input/no-intro').then(resolve, reject).catch(reject) } else { console.log('Downloading No-Intro') request.post('https://datomatic.no-intro.org/?page=download&fun=daily', { form: { dat_type: 'standard', download: 'Download' } })

RobLoach commented 4 years ago

Tried to fix this up, but it'll need something more lol.... Alternatively for now you can just donwload nointro.zip manually.