Commit Graph

9 Commits

Author SHA1 Message Date
Draff 5c8cb75e9a come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 8m10s Details
CI / Build individual modules (push) Successful in 38s Details
CI / Publish repo (push) Successful in 1m39s Details
2024-01-22 21:19:41 +00:00
Luqman 50b91629e9
MangaHub Factory: get Edo Tensei (#14633)
* MangaHub Family: get Edo Tensei

- back to scrapping
- add user agent randomizer(latest chrome)
- make selector more general
- add back some source: MangaHub.io, MangaPanda.onl, MangaReader.site

* cleaning

* using less val

* Fix page list parse only max 6

* fix typo

* replace max pages algorithm and use call HEAD

Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>

* MangaHub Family: get Edo Tensei

- back to scrapping
- add user agent randomizer(latest chrome)
- make selector more general
- add back some source: MangaHub.io, MangaPanda.onl, MangaReader.site

* cleaning

* using less val

* Fix page list parse only max 6

* fix typo

* replace max pages algorithm and use call HEAD

Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangahub/MangaHub.kt

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

* Update MangaHub.kt

Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>

* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangahub/MangaHub.kt

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

* add back imageUrlRequest

Co-authored-by: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
2022-12-26 22:42:09 -03:00
Vetle Ledaal 1f6f5534bf
Remove MangaHub (#13174)
* Remove MangaHub

* escape regex

* [skip ci] dedupe
2022-08-24 17:45:05 -03:00
Vetle Ledaal b4e56cb8d7
MangaHub: fix images not loading (#12792)
* MangaHub: fix images not loading

* make CDN configurable in subclass

* move rate limiting to super class
2022-07-30 08:37:46 -04:00
arkon 1905256b08
Refactor to use app-provided rate limiting interceptors (#12089) 2022-06-05 17:51:18 -04:00
Alessandro Jean 219bf0b1d2
Add support to string l10n in Madara (#10814)
* Localize the Madara strings.

* Lint some overrides.

* Add missing comma.

* Fix build error due to final in multilang sources.

* Fix typo in author string.

* Fix a merge conflict.
2022-02-28 16:37:21 -05:00
Vetle Ledaal dc25a04fe0
MangaHub: Tweak rate limiting, fix decimal chapters (#10780)
* Fix chapters with decimals

* Tweak rate limiting to only apply on chapter images

This also fixes slow thumbnails

* up version
2022-02-10 05:40:20 -05:00
Vetle Ledaal 83e66c03f8
Mangakakalot.fun: fix failing CI (#10740)
* Mangakakalot.fun: fix failing CI

* auto format
2022-02-07 10:14:52 -05:00
Vetle Ledaal 651480617d
MangaHub: move to multisrc (#10735)
* MangaHub: move to multisrc

* MangaHub: add rate limiting

* MangaHub: add icons

* Fix duplicate manga

* MangaHub: Fix non-mangahub.io sources

* MangaHub: Add isNsfw where appropriate
2022-02-06 16:17:40 -05:00