1960 Commits

Author SHA1 Message Date
NotBlankyu
af69ff235f Add hunters scans ()
* Add hunters scans

* reorder imports

* reorder more imports...
2024-01-22 20:23:58 +00:00
NotBlankyu
cf699e5331 Update Domain for SSSScanlator ()
update domain
2024-01-22 20:23:55 +00:00
bapeey
39431c31b1 Add MHScans to Madara ()
* Add to generator

* Add classes

* I hate generators

* Fix package name

* Fixes for MHScans

* I really hate generators

This reverts commit b85087946e26070d539d46b2b8ca1fd593ee3872.

* Ok TMOManga is a copycat, not Madara
2024-01-22 20:23:45 +00:00
bapeey
7390f88f2c Add Celestial Moon to ZeistManga ()
* Add Celestial Moon

* Remove sources

* Revert "Remove sources"

This reverts commit 0b14b8d1e3a5f50702d9b243033b77f0228200a2.
2024-01-22 20:23:44 +00:00
beerpsi
0d92662eec HentaiCB: Update base URL () 2024-01-22 20:23:42 +00:00
Umair Yousif
f3f816f956 MangaHub: update API URL ()
* Update MangaHub.kt

Updated the MangaHub API from "mghubcdn.com" to "mghcdn.com" to resolve the issue "hostname api.mghubcbdn.com not verified" as the URL had moved over to "mghcdn.com"

* Update MangaHubGenerator.kt

Updated "overrideVersionCode" as needed for all multisrc extensions

* Update MangaHubGenerator.kt

Updated "overrideVersionCode" as needed for all multisrc extensions and reverted the change made in the previous commit for "baseVersionCode".
2024-01-22 20:22:34 +00:00
d61cbfc0c1 Add missing changes from keiyoushi 2024-01-16 02:56:21 +00:00
AwkwardPeak7
c5f82e6aeb Move plugin section to common.gradle ()
* move apply plugins to common.gradle

* update CONTRIBUTING.md

* remove whitespace

* move common.gradle apply above in multisrc

* move kotlinter

* newlines
2024-01-16 02:49:40 +00:00
stevenyomi
4c8c21596b Remove message in UnsupportedOperationException () 2024-01-16 02:47:22 +00:00
stevenyomi
029932e3d8 [RU]GroupLe rollback variety for allhentai ()
* [RU]GroupLe rollback variety for allhentai

* clean

---------

Co-authored-by: Eshlender <e.shlyapkin99@gmail.com>
2024-01-16 02:44:56 +00:00
stevenyomi
5023bde8ef Add Norte Rose Scan ()
* Adds Norte Rose Scan

* Delete multisrc/overrides/madara/norterosescan/src/NorteRoseScan.kt

* Remove web_hi_res_512.png

---------

Co-authored-by: NotBlankyu <66680364+NotBlankyu@users.noreply.github.com>
2024-01-16 02:44:50 +00:00
Claudemirovsky
fb2d7cfd23 feat(multisrc/id): New source: Shirakami ()
* feat(multisrc/id): New source: Shirakami

* chore: Add source icon
2024-01-16 02:44:48 +00:00
beerpsi
172d11d9ea Nexo Scans: Fix chapter parsing ()
* Nexo Scans: Fix chapter parsing

* bump overrideVersionCode
2024-01-16 02:42:56 +00:00
Ruliam dos Santos de Oliveira
4b155000b4 Add Nexo Scans ()
* Adding requested source

* Removing extra slash on link

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

* Fix language from pt to pt-BR

* Removing unnecessary override method

* Fixing all requested changes

---------

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2024-01-16 02:40:52 +00:00
Vetle Ledaal
4feb5e77a5 Update domain for LuxManga ()
Also marking it as NSFW because of "Prince Snow White is Taken by the Queen".
2024-01-16 02:40:43 +00:00
Claudemirovsky
ef9312261e fix(tr/mangatr): Fix popular/latest pages + fix http 403 ()
* fix: Update requestPath - Fixes popular/latest tabs

* fix: Fix HTTP 403 - Steal DDoSGuardInterceptor from all/akuma

* chore: Bump version
2024-01-16 02:40:40 +00:00
bapeey
c8df4afffd Cartel de Manhwas: Fix thumbnails ()
* Fix thumbnails

* Remove all other sources for test

* Revert "Remove all other sources for test"

This reverts commit 36758ba22b4ae4b761610d4fbd09abf1359c1ccc.

* Bump

* Add line space
2024-01-16 02:40:18 +00:00
c82ebd9e0f Tenkai Scan: Move to Madara ()
* Move to Madara

* Remove Madara sources

* I'm idiot

* Revert "Remove Madara sources"

This reverts commit 210ef90eb2774c4011f7868feff68f7966cffb13.
2024-01-16 02:40:06 +00:00
bapeey
6f0d4d21b8 MNS: Fix HTTP 500 and order filter ()
* Remove Madara sources

* Fix MangasNoSekai

* Revert "Remove Madara sources"

This reverts commit 915cf5020a8055ab357075f8bb3377afa6c726b2.

* Bump
2024-01-16 02:37:45 +00:00
Vetle Ledaal
c353c9a780 Update domain for NhatTruyen () 2024-01-14 00:33:07 +00:00
beerpsi
9d74ec6b34 Imperio Scans: Update base URL ()
* Imperio Scans: Update base URL

* uncomment other sources

* actually bump overrideVersionCode
2024-01-14 00:32:10 +00:00
Wackery
43a2a09e4b Add Reset Scans ()
* Add Reset Scans

* Add Reset Scans (Madara)

* Remove initial override version code
2024-01-14 00:32:06 +00:00
beerpsi
ddb46a88ce Add Constellar Scans () 2024-01-14 00:32:05 +00:00
bapeey
e2dc0795c3 Mangas.in: Optimize unescaping ()
Optimize unescaping
2024-01-14 00:31:23 +00:00
Vetle Ledaal
8f55b1e8d4 Remove Toonily.net () 2024-01-14 00:31:05 +00:00
stevenyomi
f612bc1c3f Clean up some code to follow best practices ()
* toHttpUrlOrNull()!! -> toHttpUrl()
* Jsoup.parse(response.body.string()) -> response.asJsoup()
* Some useless HttpUrl.newBuilder() calls
* extlib v1.4 GET(HttpUrl)
2024-01-14 00:29:56 +00:00
Eshlender
2b9b92ceaa [RU]GroupLe fix error pages and fake loads () 2024-01-14 00:29:47 +00:00
AwkwardPeak7
df0e9cb736 add Setsu Scans ()
Setsu Scans
2024-01-14 00:29:06 +00:00
bapeey
6cc9041f10 Add Mangas.in to MMRCMS ()
* Add Mangas.in

* Bump

* Is NSFW

* Change messages

* Lint
2024-01-14 00:28:36 +00:00
Vetle Ledaal
2ce5e88163 Update domain for TonizuToon () 2024-01-12 03:35:01 +00:00
Vetle Ledaal
283c117b49 Update domain for Gekkou Scans () 2024-01-12 03:34:59 +00:00
bapeey
c72814cc9a Fix XOXO Comics () 2024-01-12 03:34:49 +00:00
beerpsi
2ff510b3d5 NetTruyen: Update domain () 2024-01-11 01:57:28 +00:00
55d4ae23c5 remove empty line (fixes ktLint build error) 2024-01-11 00:26:01 +00:00
Yousif Habib
51f9d6477b Renamed and updated “Manga Fenix” to “Manhua Fenix” () 2024-01-10 23:40:19 +00:00
Neshura
ed725a9777 Update WestManga.kt URL to westmanga.fun () 2024-01-10 23:40:14 +00:00
Yousif Habib
3c4ec65646 Updated FayScan Url () 2024-01-10 23:40:08 +00:00
Liam Rooney
065c0a82b8 Improve Luminous Scans Functionality (Permanent URLs) () 2024-01-10 23:39:56 +00:00
84db4245c9 re-add Animated Glitched Comics
Edit build_push and remove build_pull_request
2024-01-10 23:00:57 +00:00
Corvidae
57d51119fd Fix Shinigami (ID) ()
Co-authored-by: Kon <k@a.a>
2024-01-10 01:32:46 +00:00
FourTOne5
579aba1755 Remove Chibi Manga
Closes 
2024-01-10 01:32:10 +00:00
FourTOne5
1f51142548 Fix typo 2024-01-10 01:30:42 +00:00
FourTOne5
d93f3ae800 Update XOXO Comics url
Closes  
2024-01-10 01:30:42 +00:00
FourTOne5
5c76256f70 Remove arena scans
Closes  
2024-01-10 01:30:05 +00:00
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
gimmeursocks
70e8c747cb
(multisrc/a3manga) Updated a3manga domain ()
* fixing a3manga src link

* baseVersionCode update
2024-01-02 09:32:07 -05:00
are-are-are
8508ae554c
(Mutilsrc/mymangacms) Update domain truyentranhlh ()
update domain truyentranhlh
2024-01-02 09:31:56 -05:00
Cuong M. Tran
e4a62d0fc7
Update Manhwa18/Manhwa18.net, Manhwaraw.com ()
* Fix ManyToon.me & ManyToon.club

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

Closes 

* 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 

* 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
Secozzi
66019f2511
Comickiba: change name & factory source ()
* Add manhuagold

* remove comickiba

* dont keep old id
2024-01-01 18:03:07 -03:00