mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
parent
43659aeaf6
commit
fe5204de98
@ -1,9 +1,9 @@
|
||||
ext {
|
||||
extName = 'HouseMangas'
|
||||
extClass = '.HouseMangas'
|
||||
extName = 'Visor Mangas'
|
||||
extClass = '.VisorMangas'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://housemangas.com'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://visormanga.xyz'
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -6,11 +6,11 @@ import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class HouseMangas : Madara(
|
||||
"HouseMangas",
|
||||
"https://housemangas.com",
|
||||
class VisorMangas : Madara(
|
||||
"Visor Mangas",
|
||||
"https://visormanga.xyz",
|
||||
"es",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
dateFormat = SimpleDateFormat("dd 'de' MMMM 'de' yyyy", Locale("es")),
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(2, 1, TimeUnit.SECONDS)
|
||||
@ -19,5 +19,5 @@ class HouseMangas : Madara(
|
||||
override val useNewChapterEndpoint = true
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
|
||||
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Estado) > div.summary-content"
|
||||
override val popularMangaUrlSelector = "div.post-title a[href^=$baseUrl]"
|
||||
}
|
Loading…
Reference in New Issue
Block a user