wikimedia / html-metadata

MetaData html scraper and parser for Node.js (supports Promises and callback style)
MIT License
138 stars 44 forks source link

Added scraping of PRISM tags #66

Closed rcya1 closed 6 years ago

rcya1 commented 6 years ago

Added a method that scrapes PRISM tags and returns a javascript object. Also added tests for the function.

mvolz commented 6 years ago

I think you're probably right about the eprints one; unfortunately we can't merge unless it passes so maybe try doubling the timeout for the scraping tests?

The other option you can use is just add .skip to that test (i.e. it.skip('test 1')) to get it to pass and I can look at it later. I'd be happy with either option you pick.

It's a common problem with these scraping tests.