Hasan c2317eeeed
Manga-TR: Add filter support and fix the image could not be loaded error (#10055)
* Add filter support and fix the image could not be loaded error

Add dynamic Genres from manga-list.html (#genreSelect), send as repeated genre[]=<value>
Add filters: Publication (durum), Translation (ceviri), Age (yas), Content Type (icerik), Special Type (tur)
Fix WebView images by resolving Base64-encoded data-src with fallbacks

* Apply requested changes
2025-10-02 23:57:37 +01:00

11 lines
206 B
Groovy

ext {
extName = 'Manga-TR'
extClass = '.MangaTR'
themePkg = 'fmreader'
baseUrl = 'https://manga-tr.com'
overrideVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"