Closed andykais closed 4 years ago
add a parser for simple raw strings (like https://example.com/thing.txt)
https://example.com/thing.txt
also probably good to capitalize all the scrapers (JSON, HTML, XML, RAW)
JSON
HTML
XML
RAW
this is irrelevant since the downloader block can simply pass its values without the need for a parser
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
)