From 5d8479a41b1bdf98db9135b7c7cb013a65a87231 Mon Sep 17 00:00:00 2001 From: 52191314 Date: Sat, 8 Aug 2026 09:15:46 +0700 Subject: [PATCH] fix(readnovelfull): point allnovel source at novelfull.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit allnovel.org now 302-redirects every URL to novelfull.com root (the path is dropped), so the allnovel plugin fetched the home page and returned empty chapters. Point the source at novelfull.com directly — the site serves the same catalog with the same structure the template already parses (verified: novel pages, ajax chapter list, and chapter content all work). Bump versionIncrements so the fix ships. --- plugins/multisrc/readnovelfull/sources.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/multisrc/readnovelfull/sources.json b/plugins/multisrc/readnovelfull/sources.json index 986b203f4..fe4c613ac 100644 --- a/plugins/multisrc/readnovelfull/sources.json +++ b/plugins/multisrc/readnovelfull/sources.json @@ -10,12 +10,13 @@ }, { "id": "allnovel", - "sourceSite": "https://allnovel.org/", + "sourceSite": "https://novelfull.com/", "sourceName": "AllNovel", "options": { "latestPage": "latest-release-novel", "searchPage": "search", - "chapterListing": "ajax-chapter-option" + "chapterListing": "ajax-chapter-option", + "versionIncrements": 1 } }, {