sensiblecodeio / scraperwiki-python

ScraperWiki Python library for scraping and saving data
https://scraperwiki.com
BSD 2-Clause "Simplified" License
160 stars 69 forks source link

Fix docs #49

Closed StevenMaude closed 10 years ago

StevenMaude commented 10 years ago

Slight doc fixes

scraperdragon commented 10 years ago

In case you're wondering, the original reason on classic for this was to permit custom options to be passed through to the command. Doesn't look like we've needed it in the last year or more, and we can always add it back in should we need to.

StevenMaude commented 10 years ago

@scraperdragon It didn't seem difficult to readd back in since it just passes command line args to pdf2html. I may do just that.

Julian's pdf_to_html.py uses options (was quickly looking into this because of this tweet and couldn't find any version of scraperwiki in PyPI that had the ability to pass options in).