Commit Graph

685 Commits

Author SHA1 Message Date
Rolando Lecca bd1cf25bb9
Fix MangaCrab (#17418)
Fix
2023-08-07 16:31:52 -03:00
Vetle Ledaal b608c90b21
Colored Manga: fix date, default to new chapter endpoint (#17413) 2023-08-06 18:18:44 -03:00
Vetle Ledaal 3ebe324d3f
Remove Manga Bilgini (#17412) 2023-08-06 13:33:07 -03:00
Vetle Ledaal 6b5545e778
MangaSpark: fix covers (#17397) 2023-08-06 13:09:24 -03:00
Vetle Ledaal 099255b9c4
Remove Manga Kio (#17396) 2023-08-06 13:09:17 -03:00
Vetle Ledaal f21ab6c1d6
Manga District: fix next page selector (#17393) 2023-08-05 10:31:32 -03:00
Vetle Ledaal 7c2ba63fd1
AiYuManga: update domain (#17392) 2023-08-05 10:31:24 -03:00
beerpsi 59f296a02d
DragonTea: Fix page list (#17366) 2023-08-03 14:35:15 -03:00
beerpsi bf6740e7e0
DragonTea: Decrypt image attributes (#17343)
* DragonTea: Decrypt image attributes

* Remove unnecessary import

* Trim whitespace
2023-08-02 14:52:22 -03:00
Rolando Lecca 1075a27066
Add 4 sources to Madara (#17301)
Add sources to Madara
2023-07-29 13:52:34 -03:00
AwkwardPeak7 723dd523fe
Temple Scan: migrate to individual extension (#17294) 2023-07-28 22:33:07 -04:00
Vetle Ledaal 873f752d61
MangaDods: fix chapter titles, add partial chapter date (#17265)
MangaDods: fix chapter titles, optimize against 301, add chapter date (partial)
2023-07-26 16:17:59 -03:00
MuhamedZ1 3288935f8a
Cocorip new source (#17235)
* Added new source Cocorip

* Added source to MadaraGenerator

* Made changes to Cocorip in MadaraGenerator

* Made changes to web links in CocoRip and MadaraGenerator
2023-07-23 14:54:15 -03:00
Vetle Ledaal de60e5347e
Remove 1st Kiss Manga.love and 1st Kiss Manhua (#17221)
* Remove 1st Kiss Manga.love

Site redirects to 1stkissmanga.me, which exists in Tachiyomi as "1st Kiss".

* Remove 1st Kiss Manhua
2023-07-22 17:00:11 -03:00
Vetle Ledaal 55009e4415
Manga Hentai: fix path (#17220) 2023-07-22 17:00:02 -03:00
Vetle Ledaal 41fe45de25
MangaGreat: Solve JS challenge (#17217)
* MangaGreat: Solve JS challenge

* wording
2023-07-22 16:59:55 -03:00
MuhamedZ1 bad7674de5
Fix date format for Harimanga and DuniaKomik.id (#17166)
* Changes made to constructor calls of Harimanga.kt and DuniaKomikId.kt

* Removed unused import in Harimanga.kt

* Revert "Changes made to constructor calls of Harimanga.kt and DuniaKomikId.kt"

This reverts commit dc18ae3bc0c4246c9112d699e38b86352e9d521c.

* Changes made to constructor calls after revert

* Changes made to constructor calls after revert

* Added missing imports to DuniaKomikId.kt
2023-07-22 16:59:45 -03:00
Vetle Ledaal 682050e13e
RH2PlusManga: fix page selector (#17218) 2023-07-22 09:46:45 -04:00
Vetle Ledaal 56ef9952b1
IsekaiScan.to (unoriginal): update domain (#17212)
* IsekaiScan.to (unoriginal): update domain

* fix isNsfw, and domain in generator
2023-07-22 09:46:13 -04:00
Vetle Ledaal 6173acb9bb
TeenManhua: fix manga selector (#17205) 2023-07-21 17:42:01 -04:00
Vetle Ledaal f93a39807d
MG Komik: update pagination (#17194) 2023-07-20 22:07:39 -04:00
Vetle Ledaal 8bccec7f9d
Ansh Scans: fix HTTP error 404 (#17193)
Ansh Scans: fix 404 error
2023-07-20 22:07:30 -04:00
Rolando Lecca 226c64ceb8
Remove dead extensions (#17148)
Remove dead sources
2023-07-16 22:45:31 -04:00
Rolando Lecca 75943902f4
LegionScan: Move from Madara to MangaThemesia (#17141)
Move to MangaThemesia
2023-07-16 15:14:10 -03:00
AwkwardPeak7 50b5d33614
Random User-Agent Refactor (#17059)
* lib-randomua

* NHentai: Random mobile ua

* Madara random UA overhaul

* MangaThemesia random UA overhaul

* MangaHub random UA overhaul

* build errors and warnings

* remove preference from Constellar

* change to singleton object

* network.client

* fix copy paste and chapter deep link

* exit early

* use data class and enum options

* missing import

* suggested changes

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* re-add empty check to filters

* convert to interceptor

* update comment

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

* update error message

* initialize client by lazy

* dont check on excluded Filters

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* newlines

* move preference helper function into lib

* move preference helper function into lib x2

* move check to lib too

* move defaultRandomUserAgentType to constructor

* rename the interceptor

* organize the interceptor and preference stuff in different files

* hide custom ua setting when random ua is enabled

* English

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* catch specific exception

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

* setVisible()

fresh stuff

* setVisible()

fresh stuff

* change summary

* workaround

* Update error message

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

* Update comment

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

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-07-15 19:52:35 -03:00
Alessandro Jean 02e0fce955
Add two new sources to Madara (#17122)
Add two new sources to Madara.
2023-07-15 19:29:27 -03:00
Alexander Chernov 3b91d66b9b
fix: uri must not be null on mmscans, switched to ajax loading, fix 4… (#17076)
* fix: uri must not be null on mmscans, switched to ajax loading, fix 404 on the last page

* Update multisrc/overrides/madara/mmscans/src/MMScans.kt

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

* mmscans: renamed some func

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-07-11 20:21:55 -03:00
AwkwardPeak7 93bc84108c
Move `wpchapterprotector` logic to Madara base class (#17006)
* move wpchapterprotector logic to Madara base class

* selectFirst
2023-07-05 18:30:02 -04:00
KirinRaikage 13f4e346c3
Fix date parsing for Hentai Scantrad and Scan Hentai Menu (#17000)
* Fix date parsing for Hentai Scantrad and Scan Hentai Menu

* Update selector status for Hentai Scantrad

* Update ongoingStatusList to reflect status for Hentai Scantrad
2023-07-03 20:56:23 -03:00
Alessandro Jean 010d7959c0
Add two new sources to Madara (#16989)
* Add two new sources to Madara.

* Add missing trailing comma.
2023-07-02 19:47:57 -03:00
KirinRaikage 691cba4a93
Add multiple sources to Madara (#16973)
* Add multiple sources to Madara

* Fix MadaraGenerator

* Add new status text for French Madara sources

* Fix BlueSolo unused imports
2023-07-02 17:39:05 -03:00
Livin D'cruz dbb4f6a0e0
Adding support for IsekaiScan.top (#16939)
* Adding support for IsekaiScan.top

* addressing review comment to remove chapterListParse logic from main theme

* addressing review comment to remove adding current year to date logic

* remove space
2023-07-01 10:37:51 -04:00
Ruliam dos Santos de Oliveira e429326371
add new fr source (#16888) 2023-06-29 12:14:33 -03:00
Ruliam dos Santos de Oliveira 5fa2a9ef1c
New source add (#16863)
* Adding a new source

* Adding dependencies

* useNewChapterEndpoint
2023-06-25 15:33:55 -03:00
Ruliam dos Santos de Oliveira 052c2f09cb
WorldManhwas fix (#16853)
* WorldManhwas fix

* Removing changes in run xml

* Removing changes in run xml
2023-06-25 00:06:36 -03:00
KirinRaikage ae20beba72
Add various French extensions to Madara (#16850)
* Add various french extensions to Madara

* Rename class and source to MangaHubFr to distinguish it better from OG MangaHub

* Forgot comma to separate className and pkgName
2023-06-24 23:09:28 -03:00
Alessandro Jean c45a9a0daa
Migrate GS from Madara to HeanCMS (#16838)
* Migrate GS from Madara to HeanCMS (closes #16809).

* Rename file to follow the linting conventions.

* Rename Scans to Scans to use the old package name.

* Rename the source name attribute as well.
2023-06-23 16:08:18 -03:00
Alessandro Jean d8bfdfe7d9
Add three sources to Madara (#16840)
* Add two new sources to Madara.

* Add another source to Madara.
2023-06-23 16:08:03 -03:00
Alessandro Jean 06da29ae8c
Migrate MM from Madara to an individual extension (#16801)
Migrate MM from Madara to an individual extension (closes #16286).
2023-06-20 16:30:52 -03:00
Ruliam dos Santos de Oliveira 6eb5931570
ZandyNoFansub: Move from FoolSlide to Madara (#16738) 2023-06-16 22:23:13 -04:00
Alessandro Jean e7042d5ec9
Add two new sources to Madara and fix no chapters found in NM. (#16728)
* Add two new sources to Madara.

* Fix no chapters found in NM (closes #16603).
2023-06-12 17:22:02 -03:00
Ruliam dos Santos de Oliveira 9b051177d4
Jiangzaitoon: update domain (#16714)
* Jiangzaitoon: update domain

* Update MadaraGenerator url

Change requested by alessandrojean

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

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-06-12 16:21:27 -03:00
AwkwardPeak7 32d7c88bd8
unyeet DragonTea (#16717)
* unyeet DragonTea

Co-authored-by: Basara-Hatake <53382992+Basara-Hatake@users.noreply.github.com>

* REMOVED_SOURCES.md

* issue moderator

---------

Co-authored-by: Basara-Hatake <53382992+Basara-Hatake@users.noreply.github.com>
2023-06-12 16:00:06 -03:00
KirinRaikage 3ed3262db1
Add HistoireDHentai to Madara (#16706) 2023-06-12 15:59:41 -03:00
KirinRaikage 4d2f4f1d0a
Add Scantrad-VF to Madara (#16703) 2023-06-12 15:59:32 -03:00
MeLoseAgain fdb81fd7b4
Fix Komik Chan and Change Lang to English (#16700)
* Fix Komik Chan and Change Lang

* fix

* fix mane issue

* fix class issue

* fix
2023-06-12 15:59:23 -03:00
AwkwardPeak7 c2a1c620cd
Disaster Scans (#16696)
* remove from madara

* DisasterScans: partial implementation

* use updated cdnUrl for existing thumbnails

* url intent
2023-06-12 15:59:13 -03:00
Rolando Lecca 38188d73d8
Update RagnarokScan (#16644)
* Custom Madara theme

* Lint
2023-06-06 05:20:51 -04:00
AwkwardPeak7 bdb8f96eed
LeviatanScans: fix page list (#16649)
* LevitanScans: fix page list

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* fix name

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2023-06-06 05:20:16 -04:00
AwkwardPeak7 8b15072a4c
new source: Temple Scan (#16653) 2023-06-06 05:19:57 -04:00