nicohman / rust-wildbow-scraper

Automatically scrapes wildbow's web serials and compiles them into ebooks
GNU General Public License v3.0
95 stars 20 forks source link

Pale is only scraped up to 22.4 #47

Closed samuelmayerhofer closed 1 year ago

samuelmayerhofer commented 1 year ago

When I attempt to scrape Pale, it's only scraped up to 22.4. Is there anything that can solve this issue?

nicohman commented 1 year ago

I just ran it with the current master and it scraped up to 24.a, which is the latest chapter - are you sure you're on the latest version? You could also try deleting your cache - the directory should be printed when you run the scraper.

samuelmayerhofer commented 1 year ago

I just ran it with the current master and it scraped up to 24.a, which is the latest chapter - are you sure you're on the latest version? You could also try deleting your cache - the directory should be printed when you run the scraper.

How do I update the scraper on my system?

nicohman commented 1 year ago

You can run git pull to update your local source, followed by reinstalling with cargo install --path .