Finally working sort of

This commit is contained in:
entityJY
2025-08-28 11:13:01 -07:00
parent de2529e3af
commit 5a5207fde6

View File

@@ -90,7 +90,7 @@ class DefaultExtension extends MProvider {
chapters.push({ chapters.push({
name: chapter.selectFirst("a").text.trim(), name: chapter.selectFirst("a").text.trim(),
url: chapter.selectFirst("a").getHref, url: chapter.selectFirst("a").getHref,
dateUpload: "", dateUpload: null,
scanlator: null, scanlator: null,
}); });
} }