Only log Download finished if the download was successful
Tried to do the same for the Scrape finished log message but this will require modifying every crawler to make them return if the scrape was successful or not. Instead, I just removed the log entirely and changed Scrape starting: <URL> to Scraping <URL>
Any error while scraping/downloading would still be logged
Download finished
if the download was successfulScrape finished
log message but this will require modifying every crawler to make them return if the scrape was successful or not. Instead, I just removed the log entirely and changedScrape starting: <URL>
toScraping <URL>
Resolves #259