Commit Graph

1552 Commits

Author SHA1 Message Date
Eshlender cdbd0ae256
[RU]LibGroup fix image autoserver (#16409) 2023-05-13 22:40:39 -04:00
Slowlife 5807bebf6c
MangaHub: clear api key cookie (#16417) 2023-05-13 22:40:23 -04:00
AntsyLich 816f406e0e
Update KomikLab urls (#16419) 2023-05-13 22:39:41 -04:00
Slowlife ca87da67a3
MangaHub: Make chapter nullable in dto (#16407)
* MangaHub: Make chapter nullable in dto

* Deal with newlines
2023-05-11 09:58:41 -04:00
Slowlife 18aed05f89
Manhua SY: Fix chapter pages and latest/popular manhua (#16376)
* Manhua SY: Fix chapter pages and latest/popular manhua

* reformat
2023-05-10 09:44:20 -04:00
mobi2002 54417b98ca
Asura: attempt to find new url (#16350)
* Asura Scans: attempt to find new url

* bump

* store slugMap in SharedPreference

* use `MutableMap.getOrPut()`

* use existing instance of json

* fix no page on Asura Tr

* Don't use rng slug to for search

* retry ci

* use dbSlug as key

permaSlug could end up causing problems when a user migrates to update the url as the extension would still end up using the storedSlug from the Map instead of the more updated one from db.

* attempt to make search better

their search is really dogshit
`player who returned 10000 years later` doesn't work while `player who returned 10 000 years later` works

* suggested changes

* remove initialized check in `fetchMangaDetails`

ddos time

* fix deep links

* use updated slug for WebView

* make sure random user-agent is applied
2023-05-10 09:43:40 -04:00
are-are-are 9d353588a3
Update domain hencb (#16391)
update hencb
2023-05-10 09:41:04 -04:00
Slowlife 169a8dfbe4
MangaHub: Add getting API Key back (#16392) 2023-05-10 09:40:49 -04:00
stevenyomi 628a076e32
MangaFire: parse chapter dates (#16395)
* MangaFire: parse chapter dates

* ignore relative dates
2023-05-10 09:40:15 -04:00
Slowlife b506c12037
Madara: Add Doodmanga (#16334) 2023-05-06 11:17:48 -03:00
Sapphire 66f2736378
Sushi-Scan chapter loading fix + new icon (#16328)
New icon + fixing some chapters not loading because using HTTP instead of HTTPS

Co-authored-by: Saïd Boudjenane <said.boudjenane@protonmail.ch>
2023-05-06 11:17:37 -03:00
seew3l 2ce3cb6483
BokugenTranslation: Fix unable to connect and add ratelimit (#16322)
* Fix

* Change ratelimit

* Lint
2023-05-06 11:17:30 -03:00
seew3l 7303f8eae3
Manga Crab: Add ratelimit (#16311)
Add ratelimit
2023-05-06 11:17:13 -03:00
mobi2002 04ce9fcb0f
fix 404 on some Madara Sources (#16272) 2023-05-03 14:30:32 -04:00
seew3l 2ee1fccbce
Move TecnoScan from MangaThemesia to Madara (#16266)
Move TecnoScan to Madara
2023-05-03 14:29:55 -04:00
seew3l 8fa1c03f9a
ManhwaLatino: Update selector (#16257)
Update selector
2023-05-03 14:29:46 -04:00
trieu1994 2517247368
nettruyen domain change (#16232) 2023-04-29 20:27:21 -03:00
Slowlife 950a2ac1b4
MangaHub: Fix chapter pages not loading (#16229)
* MangaHub: Fix chapter pages not loading

* Make mangaSource nullable
2023-04-29 20:27:04 -03:00
Fathi Ahmed 406e2ddfb5
Fix arena scans duplicate pages (#16223)
* Create ArenaScans.kt

Added 'Arena Scans' src override for img selector to mitigate duplicate pages Image selector was returning 2 images for each image (img tag and the noscript img tag). So, added attribute [data-src] which is only available on img under 'readerarea' and not for noscript img. This results in returning one image per img tag.

* Update MangaThemesiaGenerator.kt
2023-04-29 20:26:55 -03:00
Slowlife 53dafc1a1b
MG Komik: Fix popular/latest manga request (#16213)
Fix MG Komik
2023-04-28 22:52:28 -03:00
seew3l 2e2ca33445
Move "DragonTranslation" to MangaThemesia and add "DragonTranslation.net" to Madara (#16191)
* Add DragonTranslation (unoriginal) and remove the dead one

* Remove unused override

* DragonTranslation is alive
2023-04-28 22:52:04 -03:00
seew3l ecc9196362
Add BokugenTranslation to Madara (#16190)
Add BokugenTranslation
2023-04-28 22:51:52 -03:00
seew3l 7c2504bb1f
ScamberTraslator: Update selector (fix crash) (#16186)
Update selector
2023-04-28 22:51:43 -03:00
Alessandro Jean 661311c13b
Make AA a multilang source (#16185)
Make AA a multilang source.
2023-04-25 14:57:37 -03:00
Slowlife 621da80028
Sodsaime: Change dateFormat (#16174)
* Sodsaime: Change dateFormat

* address reviews

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

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-25 14:57:28 -03:00
Alessandro Jean ee5aad9758
Fix HTTP error 404 and No results found in Madara sources (#16184)
Fix HTTP error 404 and No results found in Madara sources.
2023-04-25 14:20:21 -03:00
mobi2002 dc9ba9e008
Toonily: fix search (#16172)
* Toonily: fix search

* use CookieInterceptor instead
2023-04-25 14:20:09 -03:00
OncePunchedMan 6d6c4aa04f
Mangaboss: Renaming source and new icons (#16163)
* changes to code

* change icons
2023-04-25 14:19:52 -03:00
mobi2002 61d34b9ff8
HeanCms: deeplink support & thumbnail on search (#16156)
* HeanCms: fix english string

* attempt to use thumbnail from search if available

* deep link support

* version

* suggested changes

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

* lint

* attempt to use status from details response

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-25 14:19:26 -03:00
OncePunchedMan e1ecd8d26d
Manhwaland: Change url (#16154)
change url
2023-04-25 14:19:17 -03:00
KirinRaikage 1fe7b3cc86
Add VoirComic to Madara (#16151) 2023-04-25 14:18:58 -03:00
mobi2002 a8773131b8
Madara version bump (#16168) 2023-04-25 00:43:03 -03:00
Alessandro Jean 8e3efc0a19
Fix the no results found in Madara sources due to a theme update (#16167)
Fix the no results found in Madara sources due to a theme update.
2023-04-24 23:06:34 -03:00
stevenyomi 2ba79a0094
Add MangaFire and create MangaReader multisrc (#16138)
* Add MangaFire.to

* Fixes
Updated 'searchMangaNextPageSelector'
Added throwing 'UnsupportedOperationException' for unused selector

* Fixed naming of filters and fixed parameter's name of minimal chapters' filter

* Fixed language parameter in query

* Clean up MangaFire filters

* Clean up MangaFire descrambler

* Create MangaReader multisrc theme

* Move MangaFire to overrides

* Refactor MangaFire for multisrc

* Update MangaReader changelog

* Remove duplicate filter entry

Co-authored-by: Druzai <70586473+Druzai@users.noreply.github.com>

---------

Co-authored-by: Druzai <g9code@yandex.ru>
Co-authored-by: Druzai <70586473+Druzai@users.noreply.github.com>
2023-04-23 19:12:26 -04:00
seew3l a6983f0ac1
ZeistManga: Update pageListSelector and Tooncubus domain (#16127)
* Update pageListSelector and update Tooncubus domain

* MangaAiLand: Remove deleted variables

* KLManhua: Remove deleted variables

* Noromax: Remove deleted variables

* ShiyuraSub: Remove deleted variables
2023-04-23 19:10:19 -04:00
Slowlife 47dd979334
MangaThemesia: Add Sodsaime (#16134) 2023-04-23 19:09:38 -04:00
stevenyomi df726a5122
Remove Haoman8 (#16145)
* Update MCCMSGenerator.kt

* Delete multisrc/overrides/mccms/haoman8 directory
2023-04-23 19:09:03 -04:00
Alessandro Jean b0cc31af11
Refactor the HeanCms code a bit (#16112)
Refactor the HeanCms code a bit.
2023-04-20 15:26:15 -03:00
seew3l 459019803e
HeanCms: Fix incorrect "Latest Manga" and some thumbnails not loading (#16108)
* Fixes

* Change function name

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

* Change function name

---------

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-04-19 16:20:30 -03:00
ab2897 51d36e0cf0
Fixed buggy chapter number in MangaBuddy(MadTheme) (#16104) 2023-04-19 11:38:30 -03:00
Alessandro Jean 1b14f9a9ec
Remove Fire Mangás as its dead (#16082)
Remove Fire Mangás as its dead.
2023-04-17 15:45:30 -03:00
Alessandro Jean e3d27184ae
Add three new sources to Madara (#16081)
Add three new sources to Madara.
2023-04-17 15:45:09 -03:00
Alessandro Jean 26fc3f1be2
Opt-out some Madara sources from the manga-entries filter (#16075)
* Opt-out some Madara sources from the manga-entries filter.

* Fix some lint issues.
2023-04-16 22:11:01 -03:00
OncePunchedMan d04dd2f18d
MangaSwat: Added custom url setting (#16067)
added the custom url setting
2023-04-16 12:01:03 -03:00
Azim fc03fb5abb
update mangastic url (#16044)
* update mangastic url

couldnt wait for 4 months for someone else to do it

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/madara/MadaraGenerator.kt

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2023-04-15 10:41:36 -04:00
stevenyomi 7b6a306fe0
Manga18fx: fix search (#16061)
* Fix search

* Bump version
2023-04-15 10:06:10 -04:00
seew3l 025224d903
InariManga: Update selectors (#16059)
* Update selectors

* Rebuild
2023-04-15 10:05:39 -04:00
Alessandro Jean 0c01943ef2
Update some Madara sources URL (#16045)
Update some Madara sources URL.
2023-04-12 22:10:45 -03:00
Alessandro Jean 7c3425ebcc
Move GS from MMRCMS to Madara, again (#16046)
* Move GS from MMRCMS to Madara, again.

* Fix the linting issue.
2023-04-12 22:10:36 -03:00
MCry 8146ec0092
update MangaSwat URL (#16043) 2023-04-12 22:10:24 -03:00
ObserverOfTime 9f68bdf964
MangAdventure: support more series statuses (#16017) 2023-04-10 15:29:25 -03:00
MikeZeDev 6706a6cf2b
Mangachill : update URL (#15999)
Fixes https://github.com/tachiyomiorg/tachiyomi-extensions/issues/15493
2023-04-09 10:11:33 -04:00
seew3l fc472f4c5e
Add MangasTK.xyz and MangasTK18 to Madara (#15986)
* Add MangasTkXyz and prevent a issue in MangasTk

* Restore quote

* Add MangasTK18
2023-04-09 10:00:24 -04:00
stevenyomi 750beeaf81
MangaRaw: base URL for CI (#15998) 2023-04-09 09:59:34 -04:00
stevenyomi dbfd751f3d
Remove dead sources (#15995)
* JaiminisBox.net: Closes #15526

* Scantrad.net: Closes #15567

* Hatachi Manga -> hachiraw.com, related to #15618

* Zbulu sources, related to #15842 (BeeManga, Bulu, Koo)

* Manga Hanta: Closes #15893

* Yetişkin Rüya Manga: Closes #15894 (YetiskinRuyaManga)

* Glory Scans: Closes #15895

* Manga Vadisi: Closes #15896

* Manga Sepeti: Closes #15897

* Mabushimajo: Closes #15898

* Manga Hane: Closes #15904

* LovableSubs: Closes #15905
2023-04-07 22:17:13 -04:00
stevenyomi 1dfe90917d
Remove Realm Scans (#15997) 2023-04-07 22:16:31 -04:00
stevenyomi bde8a16e2d
Clean up orphaned overrides and IntelliJ config files (#15993)
* IntelliJ configs

* Orphaned: madara/blcomics #11348

* Orphaned: madara/mangaka3rb #14680

* Orphaned: madara/romance24h #13983

* Orphaned: madara/tumanganet #15183

* Orphaned: madara/twilightscans #15183

* Orphaned: madara/cutiepie #7570

* Orphaned: madara/geceninlordu #6104

* Orphaned: madara/mangaphoenix #5730 (lol careless riz)

* Orphaned: madara/mangayosh #7570

* Orphaned: madara/mundowuxia #7570

* Orphaned: madara/renascans #13911

* Orphaned: madara/shinzooscan #7570

* Orphaned: madara/soloscanlation #7854

* the beginning 'sfter' the end #10595

* Orphaned: madara/yokaijump #7570

* mangabox/mangakita doesn't exist/belong to MangaBox from the beginning #5660

* zeistmanga/AsupanKomik lowercase #15426

* mmrcms/ScanOne lowercase #10189

* bump version
2023-04-07 13:02:58 -04:00
stevenyomi 8ad01b8822
Clean up MMRCMS generator and ignore `*Gen.kt` (#15992) 2023-04-07 12:08:13 -04:00
seew3l 2bb5c59135
ManhwaLatino: Fix unable to read chapters (#15984)
Fix again
2023-04-07 10:22:24 -04:00
z 2fa5188236
Lily manga url update (#15965)
* Update Lily Manga URL

* Update URL in Lily Manga override
2023-04-07 10:21:54 -04:00
seew3l 8ea319bbb6
Fix MangasTK (#15968) 2023-04-06 09:20:55 -03:00
seew3l 8d52e7636d
Emperor Scan: Update icon and fix manga description (#15967)
Add icon and fix description
2023-04-06 09:20:47 -03:00
seew3l c5ac2ede75
Shadow Mangas: Add icon (#15966)
Add icon
2023-04-06 09:20:37 -03:00
seew3l 50ebbf650a
AiYuManga: Decrypt image list (#15963)
Fix AiYuManga
2023-04-06 09:20:29 -03:00
stevenyomi 4c704f8f31
Merge OlympusScan.top into LeerCapitulo (#15956)
Co-authored-by: seew3l <luisrleccar@hotmail.com>
2023-04-04 12:39:43 -03:00
mobi2002 36cc9b4546
Omega Scans: Migrate to HeanCms (#15953)
* OmegaScans: Migrate to HeanCms

* reorder generator
2023-04-04 12:39:35 -03:00
stevenyomi f2321f698b
Remove date logic checks based on vanilla version (#15951)
* Remove date logic checks based on vanilla version

* SixMH: baseUrl for CI
2023-04-04 12:39:27 -03:00
seew3l 68e63e408a
Fix TecnoScan (#15948) 2023-04-04 12:39:01 -03:00
stevenyomi a07b750d33
[skip ci] Remove some orphaned multisrc overrides (#15938) 2023-04-02 07:45:37 -04:00
Eshlender d9a2d3b1eb
[RU]GroupLe html exception (#15939) 2023-04-02 07:45:17 -04:00
stevenyomi 0b7da8c15c
Remove Genkan multisrc theme (#15940) 2023-04-02 07:45:05 -04:00
michaelzeng145 4290347286
add bakahm.com to multisrc (#15782)
* add bakahm.com to multisrc

* include res and src files

* Add Chinese date parsing

* Update status detail parsing for bakamh.com

* Update override icon, and fix locale

* update class name for consistensy

* Update class file name. Remove trailing slashes in URLs

---------

Co-authored-by: arkon <arkon@users.noreply.github.com>
2023-04-01 16:03:16 -04:00
MeLoseAgain cc4688fe8f
Add Extension (#15825)
* Add Free Manga TOP English

* Add Hreads

* Fix inazumanga icon

* Add RavenScans + Fix

* Add Babsl Wuxia

* Add Tecno Scan + Fix

* Add Cosmic Scans ID

* Sdd Shiro Doujin

* Add Manhwa Lover

* Add Class

* Fix Zmanga Error

* Delete Icon

* Add Clasnamd
2023-04-01 15:42:59 -04:00
KirinRaikage 381d0a80f7
Fix sushi-scan domain name (#15929) 2023-04-01 15:31:04 -04:00
seew3l cff5fd15db
Fix ScamberTraslator and VerManhwas (#15878)
* Fix ScamberTraslator

* Linting

* Fix VerManhwas

* Linting

* More Linting
2023-04-01 11:57:34 -04:00
stevenyomi b3fce539b1
MCCMS: add Haoman6 back (#15881) 2023-04-01 11:56:47 -04:00
KirinRaikage 7c9904acdc
Fix unknown status and author on Sushi Scan (#15885) 2023-04-01 11:56:25 -04:00
stevenyomi 7b8233ebe8
MCCMS: update sources (#15843)
* MCCMS: update sources

* Change cover placeholder

* Refactor
2023-03-28 18:13:08 -04:00
Carlos Hernandez 0318ea6cdd
Move Olympus Scanlation to an individual extension (#15540)
* created OlympusScan

* adjustments

* removed old olympus scanlation ext

* adjustments
2023-03-28 09:32:28 -04:00
Eshlender ebd5e5e071
[RU]MultiChan fix chapters load (#15814) 2023-03-24 15:26:43 -03:00
Alessandro Jean 86219e399e
Remove the fake Manga Livre extension due to misleads (#15824)
Remove the fake Manga Livre extension due to misleads.
2023-03-24 15:02:53 -03:00
MeLoseAgain 99e0be2884
Add Extension (#15790)
* Add TooChill

* Add Manga Livre #15547

* Add KomikSan #15532

* Add Katakomik

* Add Komik Seru

* Fix Komik Seru

* fix error
2023-03-23 22:35:28 -04:00
mobi2002 f862fe6f12
Hentaidexy: move to individual extension (#15766)
* Hentaidexy: rebuild with new api

* small changes

* image url patch

* bunch of refactoring

* remove from Madara

* lint

* add alternative names

* make some things nullable
2023-03-23 22:33:57 -04:00
mobi2002 cebf2a01a4
Toonily: fix page selector (#15789) 2023-03-23 22:31:02 -04:00
seew3l d946b212b2
InariManga: Move to Madara (#15800)
Move InariManga to Madara
2023-03-23 22:30:27 -04:00
MeLoseAgain 1204fe2403
Add TooChill (#15778) 2023-03-21 09:19:06 -04:00
MeLoseAgain a1e9a6c15d
Fix Popular And Latest Post pornhwa18 (#15762)
* Add Pornhwa18

* Update MadaraGenerator.kt

* Update PornHwa18.kt

* Fix Popular Manga And Latest Updates

* Update PornHwa18.kt

* Update PornHwa18.kt

* Update PornHwa18.kt

* Fix error

* fix class issue
2023-03-19 18:09:12 -04:00
Daniel b58f4977d0
MadTheme: Support fetching pages from lazy-loading hosts (like MangaB… (#15758)
MadTheme: Support fetching pages from lazy-loading hosts (like MangaBuddy now)
2023-03-19 18:08:56 -04:00
arkon 226d0d662c Remove unnecessary override 2023-03-18 17:24:18 -04:00
mobi2002 47d888e120
A Pair Of 2+ : move to individual extension (#15757)
* Remove from Madara

* APairOf2: rewrite for new site
2023-03-18 17:01:16 -04:00
MeLoseAgain 3f8c671df8
Add Extention Pornhwa18 ID (#15734)
* Add Pornhwa18

* Update MadaraGenerator.kt

* Update PornHwa18.kt
2023-03-18 17:00:37 -04:00
KirinRaikage 95cb9898ea
Add Astral Manga to Madara (#15753) 2023-03-18 16:40:47 -04:00
FlaminSarge 9132d5a361
Move IsekaiScan.eu to IsekaiScan.to (#15743)
* Move IsekaiScan.eu to IsekaiScan.to

* Override source ID for IsekaiScan.to to match IsekaiScan.eu
2023-03-18 16:38:30 -04:00
Eshlender 055fd1790b
[RU]LibGroup native rating changed (#15746) 2023-03-18 16:37:54 -04:00
are-are-are 525ca1225e
Update domain LKDTT (#15750) 2023-03-18 16:37:37 -04:00
are-are-are cc1af9f55a
Update domain HentaiCB & Nettruyen & TruyenGiHot (#15712)
* Truyengihot Change domain again

* Nettruyen Change domain again

* Update domain HentaiCB
2023-03-15 22:29:44 -04:00
Noobuster 8a623f9855
Change Nettruyen domain name (#15679)
* Update Nettruyen domain

* Update Nettruyen domain

* Update WPComicsGenerator.kt
2023-03-13 14:35:14 -04:00
mobi2002 dd554f20b7
Shinigami.id (#15671)
* RepaerScans: change ID domain to shinigami.id

* remove issue moderator

* Shinigami: move to SingleLang
2023-03-13 10:38:45 -04:00
seew3l 7592681b67
MhwLatino: Fix search (#15686)
Fix search
2023-03-13 10:37:56 -04:00
mobi2002 b959fd2491
ZinChanManga: re-add to Madara (#15670)
ZinChanManga: re-add to madara
2023-03-13 10:36:38 -04:00