fix(french): update French sources, add J-Garden/Trad-Index/LightNovelVF, drop Phenix Scans - #2428
Merged
rajarsheechatterjee merged 1 commit intoAug 16, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé
Mise à jour des sources françaises : correction de 9 plugins existants, ajout de 3 nouvelles sources (J-Garden, Trad-Index, LightNovelVF) et suppression de la source morte Phenix Scans.
Deux corrections techniques transversales corrigent des bugs qui n'apparaissaient qu'sur l'application Android (jamais dans le playground ni
check:plugin, qui aliasent@libsverssrc/libsdu repo) :fetchHtmlCheckedn'existe pas côté app. L'app résout@libs/fetchvers son propre code embarqué, qui n'exporte quefetchApi,fetchText,fetchProto,fetchFile. Les plugins qui importaientfetchHtmlChecked(ajouté localement au fork, jamais fusionné dans l'app) plantaient avecundefined is not a function. Remplacé par un helper local bâti surfetchApi(statut HTTP + détection de page « bot challenge »).Étaler un itérateur Map sous ES5.
[...map.values()]compile en__spreadArray([], it, true)(cible ES5,downlevelIterationdésactivé), qui renvoie[]sur l'app. Remplacé parArray.from(...).Nouvelles sources
J-Garden (
plugins/french/jgarden.ts)wp-json/wp/v2/pages+wp/v2/posts) plutôt que le HTML Elementor.jg-lnetjg-web-noveluniquement ; les mangas (JG MANGA) sont exclus.Trad-Index (
plugins/french/tradindex.ts)Web Novel/Light Novel, pagination des chapitres viaonglet=chapitres.type=Web+Novel→ l'app encode+en%2B(type inexistant, catalogue vide) →encodeURIComponent(type)(Web%20Novel).[...map.values()]→Array.from(...)(sinon catalogue/chapitres vides sur l'app).LightNovelVF (
plugins/french/lightnovelvf.ts)PagePlugin(parsePage), endpoints JSONchapitres?p=N&order=asc.Plugins corrigés
Chireads (
chireads.ts).refresh-detail-chapter-list) au lieu du fil REST incomplet./c/<slug>/), déduplication, numéro/date extraits, couverture absolutisée.HarkenEliwood, KissWood, Novhell, Re:Zero Web Novel FR, Warrior Legend Trad, WuxiaLnScantrad, Xiaowaz
fetchHtmlCheckedpar un helper localfetchCheckedHtmlconstruit surfetchApi(statut HTTP + détection du titre de challenge Cloudflare).NovelDeGlace (
noveldeglace.ts)chapterNumberse réinitialisait à chaque tome (ordre faux pour les romans multi-tomes) → numérotation globale monotone.fetchHtmlChecked→fetchApi.Suppression
phenixscans.broken.ts+ icône) : source morte, retirée du catalogue français.Vérification