parent
a95fa2dd5c
commit
f0d2df86c5
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.BarManga'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://barmanga.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -8,7 +8,7 @@ class BarManga : Madara(
|
|||
"BarManga",
|
||||
"https://barmanga.com",
|
||||
"es",
|
||||
SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val mangaDetailsSelectorDescription = "div.flamesummary > div.manga-excerpt"
|
||||
|
|
Loading…
Reference in New Issue