ContentMine / quickscrape

A scraping command line tool for the modern web
MIT License
259 stars 42 forks source link

scraper directory is wrong #67

Closed skasberger closed 8 years ago

skasberger commented 8 years ago

the scraper directory is concatened wrong. it adds the output directory between the working directory and the scraper folder.

node 5.0.0 quickscrape 0.4.7

i this case:

info: - Scraper: /my-data/io/quickscrape/peerj-384/journal-scrapers/scrapers/peerj.json

but should be

info: - Scraper: /my-data/io/quickscrape/journal-scrapers/scrapers/peerj.json

issue

blahah commented 8 years ago

Thanks - this is what was causing #60 I think. Must have been a typo in the last release.