[go: up one dir, main page]

fix(NovelMania): Update selector to target images directly

The website HTML structure changed. Updated selector to target img elements directly within div.card containers and navigate up the DOM tree to get the link. This avoids selecting the duplicate novel title link that doesn't have an image child, which was causing null pointer errors.

Fixes 404 errors when fetching novel lists.

Merge request reports

Loading