DiamondFansub: fix selectors and directory (#1732)
This commit is contained in:
parent
1cd1935eeb
commit
1abb2f0fa6
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.DiamondFansub'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://diamondfansub.com'
|
||||
overrideVersionCode = 1
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -4,4 +4,14 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class DiamondFansub : Madara("DiamondFansub", "https://diamondfansub.com", "tr", SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("tr")))
|
||||
class DiamondFansub : Madara(
|
||||
"DiamondFansub",
|
||||
"https://diamondfansub.com",
|
||||
"tr",
|
||||
SimpleDateFormat("d MMMM", Locale("tr", "TR")),
|
||||
) {
|
||||
override val mangaSubString = "seri"
|
||||
override val useNewChapterEndpoint = true
|
||||
override val mangaDetailsSelectorAuthor = ".manga-authors"
|
||||
override val mangaDetailsSelectorDescription = ".manga-info"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user