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

Light novel world is not getting chapters #52

Closed Rian-Porfirio closed 1 month ago

Rian-Porfirio commented 2 months ago

When printing some chapters from the light novel it shows an error. image

feahnthor commented 1 month ago

As of now this issue was due to a 403 response from their servers refusing our user-agents, I have updated the code to only use Other as a quick fix. Having more than one user agent is best as it helps prevent blocking, so this band-aid that is now being used by all sites will need to be fleshed out to maybe only be used on this site.

You can build publish this branch using dotnet publish -c Release --self-contained true -r win-x64 -o C:\Users\{YOU USERNAME}\Downloads\BennyScraper

the brnach https://github.com/martial-god/Benny-Scraper/tree/Task/52-LightNovelworld-Not-Getting-Chapters