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:
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;