7 Commits

Author SHA1 Message Date
Vetle Ledaal
44a4f517d2
Remove remaining usage of network.client (#8153)
* Explicitly use `network.cloudflareClient` instead of `super.client`

... but only if the parent is `HttpSource` or `ParsedHttpSource`

* Remove use of `network.client`

... replaced with `network.cloudflareClient` or `super.client` if the
parent class sets `client` to `network.cloudflareClient` already.
2025-03-27 00:02:34 +00:00
bapeey
d89120eb49
EternalMangas: Fix search and filter tab (#6743)
fix search
2025-01-18 20:13:01 +00:00
bapeey
1457da270e
MangaEsp: Add "All" filter (#5850)
add all filter
2024-12-14 06:55:30 +00:00
bapeey
666fb51186
EternalMangas: Fix data not found (#5731)
* fix

* edge case
2024-12-14 06:55:30 +00:00
bapeey
3a811582b0
Fix FoyScans (#5081)
* fix

* fix override on EternalMangas
2024-10-28 00:20:41 +00:00
bapeey
9a4258a47e EternalMangas: Move to Multi and fix pages not found (#3258)
* Move to Multi and fix pages

* skill issue

* mmmm

* remode id
2024-06-03 05:44:48 +01:00
bapeey
3dc97aaff8 Add EternalMangas and move MangaEsp to multisrc (#2127)
* I made this on termux

* Fix regex and move dateFormat to DTO

* Phase 1

* Phase 2: Prepare for intl

* Phase 3: Add intl
Builds are faster on my phone T.T

* Apply suggestions from code review

* bump
2024-03-30 22:04:18 +00:00