ContentMine / getpapers

Get metadata, fulltexts or fulltext URLs of papers matching a search query
MIT License
197 stars 37 forks source link

Fix PDFs and XML files not being downloaded at the same time #131

Closed tarrow closed 8 years ago

tarrow commented 8 years ago

This is because the done function is called too many time in donwload.js. We therefore call nextDlTask in EuropePMC many times and this called process.exit(0)

Do we even need a process.exit(0)? It should terminate if there are no more functions on the stack.

tarrow commented 8 years ago

fixed by #134