Skip to content

Commit 55b65e3

Browse files
StarmaniarealAwkwardPeak7vetleledaal
authored andcommitted
fix(poseidonscans): update url and configure premium chapters (#14229)
* Add : premium toogle, show when the chapter is free, fix popular page, move to the new nextjs extractor helper * fix typo, a small optimization and switched a message from french to english * Searching description in dom instead of in the nextjs json as its missing some times * Update PoseidonScans to use RSC for chapter list and fix premium labels * forgot some , * fix(fr/poseidonscans): throw on failiure * fix(poseidonscans): use rscHeader * fix(poseidonscans): remove unused filters * fix(poseidonscans): change url * fix: remove unused fields * fix: add new serializer * refactor: add comments for separation * fix: change to page scrapping * refactor: move line to be in the rigt comment * fix: change thumbnail_url source * refactor: final cleanup * fix: change variable name * fix: use extractNextJs on response directly Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * fix: do not fill null value Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * fix: do not fill null value there was more ?? Sorry :x Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * refactor: while we here... Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * fix: dumb check Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * feat(fr/poseidonscans): simplify logic * fix: run formatter * fix: rollback description parsing * fix: remove title from desc --------- Co-authored-by: real <realspinelle@gmail.com> Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
1 parent e18ddc4 commit 55b65e3

File tree

3 files changed

+202
-413
lines changed

3 files changed

+202
-413
lines changed

src/fr/poseidonscans/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
extName = 'Poseidon Scans'
33
extClass = '.PoseidonScans'
4-
extVersionCode = 49
4+
extVersionCode = 50
55
isNsfw = false
66
}
77

0 commit comments

Comments
 (0)