Closed rossmounce closed 8 years ago
Looks like this issue has been reported before, but not fixed yet in the main code: https://github.com/ContentMine/quickscrape/issues/56
yep; these are quite old bugs but since fewer people see to have been interested in quickscrape and work has been going on with updating thresher the code to fix this hasn't made it to the master branch yet. Have a look at tarrow/master for a place where lots of these fixes are.
ah cool. I shall have a look at tarrow/master then, thx :)
@tarrow erm... I just realised I don't know how to compile this kind of code from source. tarrow/master is at https://github.com/tarrow/quickscrape right?
npm install --global quickscrape
won't install your quickscrape will it?
How do I install your updated quickscrape?
npm install --global tarrow/quickscrape should do it :)
cheers. I know literally nothing about npm :sob:
I installed
quickscrape
as per the readme instructions I cloned the example journal scrapers repo.I tried the first peerj-384 example in the readme, but it didn't work.
The problem is it appears to be looking for the scraper file inside of the specified output folder! e.g. instead of looking in: journal-scrapers/scrapers/peerj.json
it looks for the scraper file in: peerj-384/journal-scrapers/scrapers/peerj.json
A quick workaround is just to specify output folder as .