martial-god / Benny-Scraper

Webnovel and Manga Scraper that stores Webnovels as Epubs, and mangas as either PDFs of Comicbook Archives
https://feahnthor.github.io/
GNU General Public License v3.0
25 stars 4 forks source link

Dev - Update PDF and Update Epub methods are working #24

Closed feahnthor closed 1 year ago

feahnthor commented 1 year ago

Check for Update

Update Epub

Update PDF

  1. New chapters now rely on the novel.save_location to locate an existing PDF. Prior to this update, PDF locations were not stored in the database. If you encounter errors related to PDF not being found, you can either update the database directly or modify the documentsFolder variable in Benny-Scraper.BusinessLogic.NovelProcessor.cs within the UpdateExistingNovelAsync() method.
  2. Additional changes have been made to ensure compatibility with novels added before this update. Notably, the UpdateNovel() method now stores the novel.current_chapter_url.

Other Changes

If you have any questions or would like to contribute, please feel free to ask and get involved.