Commit Graph

6486 Commits

Author SHA1 Message Date
Corvidae 57d51119fd Fix Shinigami (ID) (#39)
Co-authored-by: Kon <k@a.a>
2024-01-10 01:32:46 +00:00
stevenyomi 27fcd423c9 Really fix jq format in minifying index (#15) 2024-01-10 01:32:17 +00:00
stevenyomi d7d0e73fdf Try fixing jq format in minifying index (#13) 2024-01-10 01:32:17 +00:00
FourTOne5 579aba1755 Remove Chibi Manga
Closes #7
2024-01-10 01:32:10 +00:00
stevenyomi d27704c045 WNACG: fix base URL in repo index (#11) 2024-01-10 01:30:42 +00:00
stevenyomi 6a6211fcdc Remove unused fields in minified index (#9) 2024-01-10 01:30:42 +00:00
FourTOne5 1f51142548 Fix typo 2024-01-10 01:30:42 +00:00
FourTOne5 d93f3ae800 Update XOXO Comics url
Closes  #5
2024-01-10 01:30:42 +00:00
FourTOne5 ba6389a508 Rename some variable for Bato.to
Closes #1
2024-01-10 01:30:40 +00:00
FourTOne5 5c76256f70 Remove arena scans
Closes  #6
2024-01-10 01:30:05 +00:00
bapeey e1437d8e26 TMO and LectorManga: Fix ocasionally "no pages found" (#2) 2024-01-10 01:27:22 +00:00
Draff f06f4e15e8 fix actions
CI / Prepare job (push) Successful in 49s Details
CI / Build multisrc modules (push) Successful in 2m10s Details
CI / Build individual modules (push) Successful in 45s Details
CI / Publish repo (push) Successful in 2m55s Details
2024-01-09 03:14:00 +00:00
Draff c0271a4046 Edit mangaplus extension to allow for auth 2024-01-09 00:42:59 +00:00
Draff 88ada96212 Misc changes 2024-01-09 00:41:44 +00:00
Draff 33f80ae4c6 re-add removed extensions 2024-01-09 00:40:47 +00:00
arkon 51f35d8d75 Remove sources as per request by Kakao Entertainment 2024-01-05 12:32:29 -05:00
AntsyLich 4af9f73ec7
Update WebNovel (#19549)
- Address icon and name changes (was "Webnovel" before)
- Make upload dates more accurate
2024-01-05 12:27:56 -05:00
DeeFourCee-exe fd0a1f0328
K6bd chapter order fix (#19539)
* Reversed sort order so chapters match other extensions, new at top

* restoring gradle files
2024-01-05 12:24:59 -05:00
Luqman 47cb163ab4
BacaKomik: fix img issue, clean series info, add artist (#19548)
- tweak ratelimit

Closes #19454
2024-01-05 12:24:33 -05:00
Alessandro Jean 4373270a9d
[skip ci] Update the contributing guide to add alerts (#19537)
* [skip ci] Update the contributing guide to add alerts.

* [skip ci] Undo one specific alert as it is not being rendered.

* [skip ci] Undo one more specific alert.

* [skip ci] Address the review.
2024-01-02 19:37:26 -03:00
arkon 9ea4a2da87 [skip ci] fix typo in README 2024-01-02 09:51:10 -05:00
gimmeursocks 70e8c747cb
(multisrc/a3manga) Updated a3manga domain (#19533)
* fixing a3manga src link

* baseVersionCode update
2024-01-02 09:32:07 -05:00
are-are-are 8508ae554c
(Mutilsrc/mymangacms) Update domain truyentranhlh (#19532)
update domain truyentranhlh
2024-01-02 09:31:56 -05:00
arkon 4cf80a358d [skip ci] clarify expectations around requests in README 2024-01-01 17:30:54 -05:00
Cuong M. Tran e4a62d0fc7
Update Manhwa18/Manhwa18.net, Manhwaraw.com (#19516)
* Fix ManyToon.me & ManyToon.club

Fix issues in which both sources unable to load any mangas.

Closes #16612

* Update multisrc MyMangaCMS to support other site’s langugae

Also, support a second alternative name and remove generic words like “manhwa”, “engsub” from those names.
Also, mark TruyenTranhLH as NSFW

* Move Manhwa18 & Manhwa18.net to MyMangaCMS theme.
Also fix Manhwa18.net’s searching issue with the previous theme.
Also allow Manhwa18’s filter working since it was not with the previous theme.

Close #18818

* Remove unused import causing PR build check to fail

* MyMangaCms

Bump the `versionId` so the ID will change and users will be forced to migrate to update the URLs.

* fix locale friendly

* Fix Manhwaraw.com won’t show Popular & Latest manhwa

* revert bumping TruyenTranhLH’s version
2024-01-01 18:03:26 -03:00
源文雨 7e4d35b066
Picacomic: Fix json decoding error of non-ASCII chars (#19434) (#19515)
* Picacomic: Fix json decoding error of non-ASCII chars (#19434)

Caused by #19400

* bump version code to 4

* replace decodeToString with toString
2024-01-01 18:03:16 -03:00
Secozzi 66019f2511
Comickiba: change name & factory source (#19514)
* Add manhuagold

* remove comickiba

* dont keep old id
2024-01-01 18:03:07 -03:00
Federico d'Alonzo 40c354f4d0
Project Suki: refactors and fixes (#19513)
* refactor(reportErrorToUser): enhance reportErrorToUser

* refactor(DataExtractor): add unexpectedErrorCatchingLazy

Makes it easier to quickly find and fix unexpected errors

* refactor(BookDetail): attempt at making BookDetail more extensible

Also fixes a rare bug that would throw a NoSuchElementException when the status or origin fields weren't found in the details table.

* refactor(mangaDetailsParse): refactor mangaDetailsParse to follow BookDetail's refactor

* chore(reportErrorToUser): Review reportErrorToUser messages

* refactor(Search): completely separate simple and smart search

create SmartBookSearchHandler as an attempt to speed up search by wasting less resources on unnecessary multiple normalization and reinitialization of resources via ThreadLocal

* chore(build): bumped extVersionCode to 3

* refactor(activities): Add activities to handle /book and /read URLs

Create a MangasPage with only a single Manga present (unfortunately needs to fetch manga details as title can't be inferred just by bookid)
Group activities in "activities" package for clarity

* fix(KDoc): fix Cannot resolve symbol

* chore: Update README and CHANGELOG

* chore: Add a bit of documentation to SmartBookSearchHandler

* feat: Handle /book and /read urls as search query

* chore(CHANGELOG): entries incorrectly listed as PUBLISHING_FINISHED now are correctly listed as COMPLETED

* chore(README): expanded README
2023-12-31 18:57:50 -03:00
Thomas Meng 3a213c1ca8
Fix order of chapters/volumes in manhuagui. (#19503)
* Groups chapters/volumes and special chapters together into blocks
2023-12-31 10:18:19 -05:00
Claudemirovsky 828c6f7b46
fix(uk/mangainua): Fix chapter list (again) & prevent future trolling (#19504)
* fix: Fix chapter list & prevent future trolling

* refactor: Minor refactoration for fun

* chore: Bump version

* fix: Prevent NPE in manga details

Didn't happen to me in my tests, but better be safe than sorry.
Thumbnails aren't really worth a (rare but possible?) NPE anyway

* fix: Add rate limit to prevent HTTP 429
2023-12-31 10:18:04 -05:00
Secozzi e9d0420f81
Shinigami: remove X-Requested-With header (#19505)
Remove header
2023-12-31 10:17:25 -05:00
bapeey 607ac27b09
HentaiVN: Fix not showing in source list (#19500)
Fix not showing in extension list
2023-12-30 18:56:22 -03:00
Claudemirovsky ffec0fa53d
fix(tr/mangatr): Fix page list (#19490)
* fix: Fix page list

* refactor: Minor "refactoration" for fun

* chore: Bump version
2023-12-30 18:55:16 -03:00
bapeey ff89737d57
Add MangaLatino (#19486) 2023-12-30 18:54:29 -03:00
bapeey 5835112840
Add two sources to MangaThemesia (#19485)
* Add NekoScans

* Add NSFW flag

* Add TresDaosScan
2023-12-30 18:54:08 -03:00
bapeey badca890bb
InfraFandub: Update domain, add rateLimit and fix status selector (#19484)
Update domain
2023-12-30 18:53:51 -03:00
bapeey 909255233d
Add two sources to Madara (#19483)
* Add LectorMangaLat

* Add KenhuaScan

* Lint
2023-12-30 18:53:35 -03:00
bapeey e88c1f8211
Bump GS version (#19498)
Bump
2023-12-30 18:53:00 -03:00
Secozzi 5f70aafd37
Dragontea: update pageListParse (#19479)
change some numbers
2023-12-29 17:53:55 -03:00
Benji Grant 600eb2c0aa
Update Solar and Sundry API (#19449)
* Update API URL and metadata

* Update version

* Migrate to kotlinx.serialization
2023-12-29 17:53:41 -03:00
Ahmad Thoriq Najahi 75f632b0d9
MangaThemesia: Initial add natsu (#19477)
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2023-12-29 17:53:23 -03:00
Secozzi a7f403bdc5
Add Rudra Scans (#19460)
* Add rudra scans

* remove nsfw flag

* remove chapter_number
2023-12-29 17:52:58 -03:00
Alessandro Jean 09458dcd86
Readd search to LM (#19480)
Readd search to LM.
2023-12-29 17:52:31 -03:00
Claudemirovsky 5c71163ef6
fix(zh/happymh): Fix http 403 in page lists (#19470)
* fix: Fix page list - Set API version

* refactor: Use serializable data classes

* chore: Bump version
2023-12-29 10:20:09 -05:00
Claudemirovsky 4f22d3f064
fix(ar/yokai): Show the complete chapter list (#19471)
* fix: Show the complete chapter list

* chore: Bump version.
2023-12-29 10:19:05 -05:00
Claudemirovsky ac4700a760
fix(ar/manga.ae): Fix issues with cloudflare (#19473)
* fix: Fix issue with cloudflare

* refactor: Remove unused preference

* refactor: Minor refactoration

* chore: Bump version
2023-12-29 10:18:31 -05:00
are-are-are 804c3ef7bc
(multisrc/WPComic) Update domain Nettruyen & Nhattruyen (#19476)
Update Domain Nettruyen & Nhattruyen
2023-12-29 10:17:23 -05:00
Claudemirovsky aed9cc5188
fix(uk/mangainua): Fix chapter list request (#19459)
* fix: Fix chapter list request

* chore: Bump version
2023-12-28 16:24:49 -03:00
Claudemirovsky f3316c1cbc
fix(uk/honeymanga): Fix chapter list (#19456)
* fix: Fix chapter list

* feat: Update search API

* refactor: Use URLs from constants

* refactor: Minor refactoration

* feat: Show more info in manga details page

* chore: Bump version

* fix: Apply suggestion - Use URL Builder in search

Thx alessandrojean!

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-12-28 16:24:35 -03:00
Claudemirovsky 7b43d762e0
feat(multisrc/tr): New source: ShadowÇeviri (#19444)
* feat(multisrc/tr): Create ShadowCeviri base

* fix: Fix popular manga page

* fix: Fix chapter list

NOTE: The source itself does NOT provide all chapters of some of their entries.

* chore: Add source icons
2023-12-28 11:20:52 -05:00