* Webtoons Translate: move out of multisrc & rework
it basically override everything from the main webtoons class, so split it off
* DongmanManhua: move to individual
* Webtoons: fix and make individual
* remove old multisrc
* use meta og:image
* deeplink fix
* fix deeplink crash & old details thumbnails
* New: Added support for rumanhua source
* New: Added support for rumanhua source
* New: Added support for rumanhua source
* New: Added support for rumanhua source
* Optimization:
1. Dynamically obtain the list of optional image sources;
2. Dynamically obtain the redirected access URL;
3. Reconstruct some access logic;
4. Support filtering and next page functions;
* Optimization:
1. Dynamically obtain the list of optional image sources;
2. Dynamically obtain the redirected access URL;
3. Reconstruct some access logic;
4. Support filtering and next page functions;
* Optimization:
1. Dynamically obtain the list of optional image sources;
2. Dynamically obtain the redirected access URL;
3. Reconstruct some access logic;
4. Support filtering and next page functions;
* Optimization:
1. Dynamically obtain the list of optional image sources;
2. Dynamically obtain the redirected access URL;
3. Reconstruct some access logic;
4. Support filtering and next page functions;
* Adding a Referer value to the request header increases the possibility of circumventing Cloudflare.
* Adding a Referer value to the request header increases the possibility of circumventing Cloudflare.
* Adding a Referer value to the request header increases the possibility of circumventing Cloudflare.
* Update src/zh/jinmantiantang/src/eu/kanade/tachiyomi/extension/zh/jinmantiantang/Jinmantiantang.kt
* Fix: Channel logic error
* Fix: Channel logic error
* Fix: Channel logic error
* Fix: Channel logic error
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* Adding a Referer value to the request header increases the possibility of circumventing Cloudflare.
* Adding a Referer value to the request header increases the possibility of circumventing Cloudflare.
* Adding a Referer value to the request header increases the possibility of circumventing Cloudflare.
* Update src/zh/jinmantiantang/src/eu/kanade/tachiyomi/extension/zh/jinmantiantang/Jinmantiantang.kt
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* 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.
* ColaMange: Update filter
* ColaMange: add date_upload
The mange chapter should used the last updated date as the date_upload for user to better predict the next new chapters date
* ColaMange: Improve date parse
* Revert bump
* ColoManga: minor update
* ColoManga: bump
* ColoManga: add error check
---------
Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
* import all temporarily
* use `getPreferencesLazy()`
regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}
* use `getPreferences()`
regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?
* `getPreferences` and `getPreferencesLazy` with migration
regex to find: getPreferences\(\)\s*\.
* preferences edge cases
* run lint
* why kotlinter not add newline
* bruh
* bump
* unused import not caught by kotlinter
* review suggestions on all files
* bump after merge main
* review
* reduce usage of