jbsparrow / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
205 stars 14 forks source link

refactor: only log "download finished" if the download was successful #282

Closed NTFSvolume closed 1 week ago

NTFSvolume commented 1 week ago
  1. Only log Download finished if the download was successful
  2. 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>
  3. Any error while scraping/downloading would still be logged

Resolves #259