Commit Graph

1206 Commits

Author SHA1 Message Date
Davide
02a0125615
MangaGeko: fixed latest next page selector (#3037) 2024-05-16 21:45:24 +05:00
Vetle Ledaal
ab13a97904
Comick: show error message from API (#3025)
* Comick: show error message from API

* move error handling to an interceptor
2024-05-16 21:43:40 +05:00
bapeey
f0da21604b
DrakeScans: Remove Jetpack CDN from pages (#3030)
Remove jetpack
2024-05-15 20:27:04 +05:00
bapeey
b99527e6f7
Mantraz Scan: Update domain (#3029)
update domain
2024-05-15 20:25:36 +05:00
bapeey
7e4a5d5fec
TresDaosScan: Move to Madara (#3028)
mv to madara
2024-05-15 20:24:43 +05:00
Chaos Pjeles
295a801fbb
Add 3600000.xyz (#3014)
* implement 3600000.xyz

* set thumbnail_url in mangadetailsparse: search doesn't come with thumbnail

* changed launcher icons

* Update src/all/beauty3600000/src/eu/kanade/tachiyomi/extension/all/beauty3600000/Beauty3600000.kt

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* remove wildcard import

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-05-15 20:23:43 +05:00
Vetle Ledaal
d194b744ef
Add Hunlight Scans (#3022) 2024-05-15 06:44:05 +05:00
bapeey
db09c25307
LeerCapitulo: Update domain (#3019)
update domain
2024-05-15 06:43:45 +05:00
Vetle Ledaal
1b44c6c680
Add ManhwaClub.net, Remove ManhwaClub (#3013)
* Add ManhwaClub.net

* Remove ManhwaClub
2024-05-15 06:43:14 +05:00
Vetle Ledaal
f3ec3ee178
Team Lanh Lung: update domain (#3011) 2024-05-15 06:42:33 +05:00
Vetle Ledaal
6068331fd8
Vortex Scans: fix chapter pages (#3010) 2024-05-15 06:42:06 +05:00
stevenyomi
45e3a6874e
Roumanwu: update URL (#3009) 2024-05-15 06:41:18 +05:00
mohamedotaku
3a2b17f630
update url ThunderScans "all" and use random url part for ThunderScans "En" (#2986)
* update url ThunderScans "all" and use random url part for ThunderScans "En"

* Update src/all/thunderscans/build.gradle

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-05-13 20:34:48 +05:00
Chopper
ce250ebcb9
HattoriManga: Theme change (#2960)
* Migrate HattoriManga

* Cleanup

* Sorted chapters

* Cleanup

* Add searchManga

* Cleanup

* Remove unneeded code

* Add search by intent

* Cleanup

* Add headers request

* Fix names

* Add nextPage

* Add limit in nextPage

* Fix AndroidManifest reference

* Move rateLimit

* Move fetchLatestUpdates parse to latestUpdatesParse

* Remove setUrlWithoutDomain

* Implements HttpSource

* Cleanup

* Fix author, artist and genres from mangaDetails

* Update src/tr/hattorimanga/src/eu/kanade/tachiyomi/extension/tr/hattorimanga/HattoriManga.kt

* Update src/tr/hattorimanga/src/eu/kanade/tachiyomi/extension/tr/hattorimanga/HattoriManga.kt

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-05-13 20:34:28 +05:00
Chopper
a20ae62a75
Add BrasilHentai (#2918)
* Add BrasilHentai

* Fix popularMangaNextPage

* Fix popularMangaRequest and set rateLimit

* Fix names

* Fix filter

* Fix intent pathSegment

* Remove extra request and add Initilize in popularMangaFromElement

* Update src/pt/brasilhentai/src/eu/kanade/tachiyomi/extension/pt/brasilhentai/BrasilHentai.kt

* Update src/pt/brasilhentai/src/eu/kanade/tachiyomi/extension/pt/brasilhentai/BrasilHentai.kt

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-05-13 20:30:02 +05:00
mohamedotaku
72ce7c285e
Theme Hijala "ar" Changed to ZeistManga (#2999)
change Theme Hijala "ar" to ZeistManga
2024-05-13 20:21:14 +05:00
bapeey
f2d0ca10ca
TecnoScan: Move to Madara (#2993)
Move to Madara
2024-05-13 20:20:26 +05:00
Vetle Ledaal
952c78041e
Add Galinha Samurai Scan (#2989) 2024-05-13 20:19:57 +05:00
anenasa
4ee9f2d25b
Happymh: fix referer for pageListRequest (#2984) 2024-05-13 20:18:49 +05:00
AwkwardPeak7
392ec1c010
Keyoapp: filter hidden images (#2980)
* Keyoapp: filter hidden images

* unused imports
2024-05-13 20:18:19 +05:00
Bartu Özen
6f74c7989d
Bato.to: Add deep link support for v3x (#2971) 2024-05-13 20:17:59 +05:00
Vetle Ledaal
3438a9712c
HentaiRead: fix page parsing (#2903)
* HentaiRead: fix page parsing

* address PR comments

* code was never published, simplifying

* copy SChapter object to avoid mutating db

* nvm, just return GET directly
2024-05-13 20:17:28 +05:00
Cuong M. Tran
155b2d08ac
Update theme GalleryAdults (#2911)
* Organizing code

* remove unnecessary files

* improve base class

- allow override search’s uri
- add shared method to get description & page count
- base class’s request for gallery’s all pages now support all sources without needs to override (almost)
- extract method to parse JSON

* Avoid request for more pages when no needed

* auto add more tags to filter while viewing manga;
add spit-tag

* filter for getting Random manga

* Always add page=1 to uri so it will exclude some non-latest mangas from homepage, happened with some sources.

* reorganize code

* Allow source which doesn't need shortTitle to hide it.

* Extract default advanced search's Uri
change base class's galleryUri value

* Fix getInfoPages

* Fix missing category filter

* open for override

* bump base class version
2024-05-12 09:36:48 +05:00
renovate[bot]
c6b7724beb
Update actions/checkout action to v4.1.5 (#2978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-12 09:29:29 +05:00
Chopper
c42bfff6f0
LuraToon: Add random user agent (#2967)
Add random user agent
2024-05-12 09:26:59 +05:00
Chopper
c91b8bad17
Add MoonDaisyScans (#2966) 2024-05-12 09:26:24 +05:00
Vetle Ledaal
0315b3cc7a
PTNF: fix mangaId, fix pagination, script order (#2964)
* PTNF: fix mangaId, fix pagination, script order

* actually use the most common mangaId
2024-05-12 09:25:54 +05:00
Vetle Ledaal
b40e2ae5ec
MG Komik: fix access denied with Cloudflare (#2963) 2024-05-12 09:24:41 +05:00
bapeey
0c9b4958b2
MHScans: Update domain (#2959)
Update domain
2024-05-12 09:23:39 +05:00
Chopper
d72d2c8a9f
Add AthenaManga (#2956) 2024-05-12 09:23:06 +05:00
Chopper
e63f60652f
Add EcchiDoujin (#2955)
* Add EcchiDoujin

* Fix domain
2024-05-12 09:22:34 +05:00
Vetle Ledaal
2802adff51
Remove dead sources (at least 1wk) (#2953) 2024-05-12 09:21:56 +05:00
mohamedotaku
840670c231
add mirrors link MangaAe "ar" (#2930)
* add mirrors link MangaAe "ar"

* rephrasing
2024-05-12 09:16:51 +05:00
bapeey
1cd99b62b6
Danbooru: Fix crash and titles (#2954)
Fix crash
2024-05-11 08:45:26 +05:00
Vetle Ledaal
8cdfc73552
Shinigami: update domain (#2949) 2024-05-10 20:16:26 +05:00
Vetle Ledaal
b8ae757039
Add Manga-Titan (#2948) 2024-05-10 20:15:52 +05:00
Vetle Ledaal
29d210f64d
Add Truyen tranh dam my (#2946) 2024-05-10 20:15:21 +05:00
Vetle Ledaal
034499ee73
Add MeowSubs (#2945) 2024-05-10 20:13:39 +05:00
Vetle Ledaal
837f959891
Add Manga Tx.to (#2942) 2024-05-10 20:13:07 +05:00
Vetle Ledaal
96d5661b98
Add Retsu (#2941) 2024-05-10 20:12:38 +05:00
Vetle Ledaal
91ec92546a
Add SaikoMangaRaw (#2940) 2024-05-10 20:11:51 +05:00
Vetle Ledaal
43b4b826bf
Add Zinmanga.cc (#2939) 2024-05-10 20:11:20 +05:00
Vetle Ledaal
5738efef69
Add MangaClick (#2937) 2024-05-10 20:10:47 +05:00
Vetle Ledaal
fd705f86ff
Add Zin-Manga.com (#2936) 2024-05-10 20:10:11 +05:00
Vetle Ledaal
a1bf020aa1
Add Zinmanga.ms (#2935) 2024-05-10 20:09:43 +05:00
Vetle Ledaal
6313beab77
Add Zinmanga.net (#2934) 2024-05-10 20:08:56 +05:00
Chopper
f93bd925bb
Add KomikSay (#2917) 2024-05-10 20:05:51 +05:00
Chopper
0043ff0aee
Add IrisScans (#2916) 2024-05-10 20:04:52 +05:00
Vetle Ledaal
a97e36ce0d
Ninja Scan: update domain (#2915) 2024-05-10 20:03:39 +05:00
Vetle Ledaal
88a70d9dc9
Komiku: use new API endpoint (#2913) 2024-05-10 20:03:09 +05:00