NineManga: Update EN domain (#10837)

update EN domain
This commit is contained in:
bapeey 2025-10-02 16:52:43 -05:00 committed by Draff
parent e4cb04df6c
commit f945d11a8f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'NineManga'
extClass = '.NineMangaFactory'
extVersionCode = 21
extVersionCode = 22
}
apply from: "$rootDir/common.gradle"

View File

@ -23,7 +23,7 @@ class NineMangaFactory : SourceFactory {
)
}
class NineMangaEn : NineManga("NineMangaEn", "https://en.ninemanga.com", "en") {
class NineMangaEn : NineManga("NineMangaEn", "https://ninemanga.com", "en") {
override fun latestUpdatesFromElement(element: Element) = SManga.create().apply {
element.select("a.bookname").let {
url = it.attr("abs:href").substringAfter("ninemanga.com")