mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
YuraManga: change theme (#5606)
* YuraManga: change theme Closes #5604 * update version
This commit is contained in:
parent
24c4747541
commit
60265d2f87
@ -1,9 +1,9 @@
|
||||
ext {
|
||||
extName = 'YuraManga'
|
||||
extClass = '.YuraManga'
|
||||
themePkg = 'madara'
|
||||
themePkg = 'zmanga'
|
||||
baseUrl = 'https://yuramanga.my.id'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 36
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -1,11 +1,9 @@
|
||||
package eu.kanade.tachiyomi.extension.id.yuramanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.multisrc.zmanga.ZManga
|
||||
import java.text.SimpleDateFormat
|
||||
|
||||
class YuraManga : Madara("YuraManga", "https://yuramanga.my.id", "id") {
|
||||
// Moved from Makaru to Madara
|
||||
override val versionId = 2
|
||||
|
||||
// If .list-chapter is empty the link is 404
|
||||
override fun popularMangaSelector() = "div.page-item-detail:not(:has(a[href*='bilibilicomics.com']))$mangaEntrySelector:has(.chapter-item)"
|
||||
class YuraManga : ZManga("YuraManga", "https://yuramanga.my.id", "id", SimpleDateFormat("dd/MM/yyyy")) {
|
||||
// Moved from Madara to ZManga
|
||||
override val versionId = 3
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user