andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

add RAW parser #35

Closed andykais closed 4 years ago

andykais commented 4 years ago

add a parser for simple raw strings (like https://example.com/thing.txt)

also probably good to capitalize all the scrapers (JSON, HTML, XML, RAW)

andykais commented 4 years ago

this is irrelevant since the downloader block can simply pass its values without the need for a parser