Jimanga -> S2Manga.io: update domain (#5273)

This commit is contained in:
Vetle Ledaal 2024-09-28 12:25:20 +02:00 committed by GitHub
parent f2e50f203d
commit 5bca1c1230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 16 additions and 12 deletions

View File

@ -1,9 +1,10 @@
ext {
extName = 'Jimanga'
extClass = '.Jimanga'
extName = 'S2Manga.io'
extClass = '.S2MangaIo'
themePkg = 'madara'
baseUrl = 'https://jimanga.com'
overrideVersionCode = 0
baseUrl = 'https://s2manga.io'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -1,8 +0,0 @@
package eu.kanade.tachiyomi.extension.en.jimanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Jimanga : Madara("Jimanga", "https://jimanga.com", "en") {
override val useNewChapterEndpoint = false
override val filterNonMangaItems = false
}

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.jimanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
class S2MangaIo : Madara("S2Manga.io", "https://s2manga.io", "en") {
override val id = 4144734547277607826
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}