zcrossoverz / manga-lib

manga-lib is a nodejs library that allows you to easily scrape manga content from various websites.
17 stars 3 forks source link

Chapter's images scraping issue #10

Closed YassDH closed 11 months ago

YassDH commented 11 months ago

It appears that the current scraping logic for retrieving chapter images is no longer functional, likely due to a change in the hosting domain. The chapters are now hosted on a different domain, "https://www.thehappygrowth.com/". Consequently, the previous URL structure no longer works:

const url = urlNotFinal + "chapter/" + id;