Move downloading to parser
d-Rickyy-b opened this issue · 1 comments
d-Rickyy-b commented
On the one hand it would be nice to call a void parse()
and pass a callback when the downloading/parsing is finished.
On the other hand is the parser only responsible for parsing the site, not for downloading.
d-Rickyy-b commented
Best thing would be to actually download stuff inside the parser class