libretro-dats icon indicating copy to clipboard operation
libretro-dats copied to clipboard

Some changes to no-intro effect some code lines

Open pkos opened this issue 6 years ago • 2 comments

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 avatar Mar 03 '20 17:03 pkos

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' } })

pkos avatar Mar 03 '20 17:03 pkos

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

RobLoach avatar Mar 04 '20 21:03 RobLoach