Commit Graph

6615 Commits

Author SHA1 Message Date
beerpsi a6dc08eb88 MangaGeko: Update base URL () 2024-01-30 22:07:13 +00:00
Claudemirovsky 4254b88c40 New source: pt/Tsuki Mangás ()
* feat: Create Tsuki Mangás base

* feat: Implement popular manga page

* feat: Implement latest updates page

* feat: Implement search page

* feat: Implement manga details page

* fix: Fix URL intent handler

* fix: Fix webview url

* feat: Implement chapter list page

* feat: Implement page list

* fix: Fix chapter URLs

Kotlinx-serialization moment

* feat: Apply rate limit to image CDNs

* refactor: Make the API path a separate constant

* chore: Add source icon

... Actually they don't have a icon yet, they're just using the "TSUKI"
text, so I did the same in the icon. it may be updated later, when they
create a proper icon.

* fix: Fix random http 404 in pages

* fix: Prevent multiple wrong requests

* refactor: Apply suggestion - set custom interceptor before ratelimit
2024-01-30 22:07:13 +00:00
stevenyomi 01c097b7e6 [skip ci] Update Gradle Wrapper files ()
- Updated wrapper scripts to 8.3 with `./gradlew wrapper`
- Duped `gradle-wrapper.properties` in `buildSrc` to trick "Android Studio - Clean Project" into using the same version
2024-01-30 22:07:13 +00:00
Mike 968d1cb0ac Remove lirescan.me () 2024-01-30 22:07:13 +00:00
Mike 6432a9abd7 Delete purplecress.com () 2024-01-30 22:07:13 +00:00
Luqman 583197e12c MangaTale: fix null error ()
closes 
cant reproduce the images issue. probably site issue
2024-01-30 22:07:13 +00:00
Luqman a75f8b2428 sngm: lower rate limit, tweak code () 2024-01-30 22:07:13 +00:00
Mike 619bcf6002 Remove rawdevart.com () 2024-01-30 22:07:13 +00:00
Mike 3fe2a0e70c Remove demonceleste.it () 2024-01-30 22:07:13 +00:00
Mike 401c4672e2 Remove komikfan.com () 2024-01-30 22:07:13 +00:00
Mike 10fda994f0 Remove raw-manga.org () 2024-01-30 22:07:13 +00:00
Mike 3361fe2437 Remove mangarok.mobi () 2024-01-30 22:07:13 +00:00
beerpsi 1d563cd3ca sngm: fix missing chapters ()
* sngm: fix missing chapters

* add back comment
2024-01-30 22:07:13 +00:00
NotBlankyu 8938b92e09 Add ManhuaPlusOrg () 2024-01-30 22:07:13 +00:00
Claudemirovsky 85af4c5f97 en/AscalonScans: Fix http 403 ()
* fix: Fix http 403 - Bypass JS Challenge

* chore: Bump version

* refactor: Apply suggestion - Explicitly close response

* refactor: Apply suggestion - add tailrec modifier

* fix: Prevent future headaches - Use the same delay as the challenge

* fix: Apply suggestion - Prevent throwing without closing response
2024-01-30 22:07:13 +00:00
Secozzi 96c6804ede komikcast: fix referer ()
komikcast: fix baseurl referer
2024-01-30 22:07:13 +00:00
Johannes Jöns e3362fd497 Setsu Scans: Fix some more pages not loading () 2024-01-30 22:07:13 +00:00
Johannes Jöns ae32103858 Setsu Scans: fix pages loading () 2024-01-30 22:07:13 +00:00
Deivid Gabriel Pereira de Oliveira 1c34c9e56f Add Icons MangasChan () 2024-01-30 22:07:13 +00:00
Secozzi a3e5bcf32c Add burning scans to madara ()
* Add burning scans to madara

* fix lint errors
2024-01-30 22:07:13 +00:00
Luqman 5c12784375 Remove: Komikita ()
dead since may 2023
2024-01-30 22:07:01 +00:00
Luqman 04f5090aec KomikMama: update domain () 2024-01-30 22:07:01 +00:00
Luqman 9db2ef2f59 Remove: DuniaKomik.id ()
redirect to disbanded announcement
2024-01-30 22:07:01 +00:00
Luqman 912f197ab6 Mangakyo: update domain () 2024-01-30 22:07:01 +00:00
Claudemirovsky fa359b535b zh/BoyLove: Fix scrambled images ()
* fix: Fix scrambled images

* chore: Bump version

* refactor: Apply code suggestions

* refactor: Remove unnecessary .use block
2024-01-30 22:07:01 +00:00
Luqman d55b796c50 Remove: World Romance Translation ()
they move to mangadex now
2024-01-30 22:07:01 +00:00
Chopper 2860c07078 Add Portuga mangas ()
* Add Portuga mangas

Closes 

* Removing inconsistent code

* Remove guard clause in page query parameter setup

* Remove 'initialized' attribute setting

* Fix lateste update request

* Update src/pt/portugamangas/src/eu/kanade/tachiyomi/extension/pt/portugamangas/PortugaMangas.kt

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

* Remove gradle settings

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

* Remove pkgNameSufix

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

* Remove optional manga title and add thumbnail url optional

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

* Remove 'this' keyword

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

* Remove optional manga title

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

* Set thumbnail URL as optional

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

* Adds function to handle thumbnails in manga search

* Remove manga's name optional

* Remove manga page settings by html element

* Remove incorrect update strategy

* Add asJsoup function and remove parseAsDocument

* Remove optional manga name

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

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-01-30 22:07:01 +00:00
Claudemirovsky a1090d63d7 Remove dead source: Project Scanlator ()
chore: Purge project scanlator
2024-01-30 22:07:01 +00:00
Claudemirovsky bb7d02c94f pt/Diskus scan: Fix http 403 + fix manga status ()
* fix: Fix http 403 - Remove error-triggering headers

* fix: Fix manga status

* chore: Bump version
2024-01-30 22:07:01 +00:00
beerpsi 56c2069e05 Remove BaixarHentai () 2024-01-30 22:07:01 +00:00
beerpsi 8ba3b24363 Remove MangaTX () 2024-01-30 22:07:01 +00:00
beerpsi 75387c7d98 Remove CatOnHeadTranslations ()
remove CatOnHeadTranslations
2024-01-30 22:07:01 +00:00
beerpsi 521808940f Remove Epik Manga () 2024-01-30 22:07:01 +00:00
beerpsi f2658d0619 Remove Reaper Scans (Turkish) () 2024-01-30 22:07:01 +00:00
beerpsi 608ed393bd Remove Fallen Angels () 2024-01-30 22:07:01 +00:00
beerpsi e9fe2131e7 Remove Ama Scans ()
* Remove Ama Scans

* Delete overrides
2024-01-30 22:07:01 +00:00
beerpsi 49c8180aa1 Adult Webtoon: Fix manga path ()
* Adult Webtoon: Fix manga path

* Remove unused imports
2024-01-30 22:07:01 +00:00
beerpiss 61f58db749 fix Lura Toon icons 2024-01-30 22:07:01 +00:00
Deivid Gabriel Pereira de Oliveira 815d8ba8d9 RandomScan to LuraToon ()
* RandomScan to LuraToon

* Fix icons

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

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

* fix ?

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

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

* Update multisrc/overrides/madara/randomscan/src/luratoon.kt

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

* rename

* class name

* fix class name MadaraGenerator

* change name, and class name

* add override val id

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-01-30 22:07:01 +00:00
Claudemirovsky f505654fe7 New source: all/Hentai Cafe ()
* feat: Create HentaiCafe base

* feat: Implement popular manga page

* feat: Implement latest updates page

* feat: Implement search page

* feat: Implement manga details page

* feat: Add single-chapter page

* feat: Parse chapter pages

* chore: Add rate-limit to images CDN

* chore: Add source icon
2024-01-30 22:07:01 +00:00
beerpsi 5710e5634e MangAdventure: Add more statuses in search filters + general cleanup () 2024-01-30 22:07:01 +00:00
beerpsi d976177365 vgperson: fix chapter name () 2024-01-30 22:07:01 +00:00
happywillow0 7ae0c27e21 Update MyReadingManga ()
* Update Filter Parsing

Update filter parsing behavior from the okhttp cache to a mutableMap

* Bump User Agent Version

* Update pageListParse

Update pageListParse to select for "entry-content" only

* Remove Deprecated cloudflareClient

* Bump extVersionCode

* Revert "Remove Deprecated cloudflareClient"

This reverts commit c97c479dca056b6bdd432291910389579d9962c5.
2024-01-30 22:07:01 +00:00
Mike d631818f99 Fix vgperson () 2024-01-30 22:07:01 +00:00
Secozzi 179f70e77c Topmanhua: fix browse ()
update mangaSubString
2024-01-30 22:07:01 +00:00
Mike fa3fc7188f Remove Kouhai Work () 2024-01-30 22:07:01 +00:00
anenasa a4c0420bf7 Add Dm5 () 2024-01-30 22:07:01 +00:00
Secozzi f3b39d57ef Add global bloging to madara () 2024-01-30 22:07:01 +00:00
Mike 800c9d416e Update TencentComics () 2024-01-30 22:07:01 +00:00
beerpsi 0bb60c35a6 Add JapScan (again) ()
* Add JapScan (again)

* remove unusued dep

* fix search thumbnails
2024-01-30 22:07:01 +00:00