Arab Toons: Small fixes (#10724)
* Arab Toons: Bump versionCode * Arab Toons: Update baseUrl * Arab Toons: Update dateFormat * Arab Toons: Remove useNewChapterEndpoint override * Arab Toons: Fix applicable mangaDetailsSelector * Arab Toons: Un-update baseUrl
This commit is contained in:
parent
d3b715a4be
commit
c0129e532f
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.ArabToons'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://arabtoons.net'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,9 @@ class ArabToons : Madara(
|
||||
"عرب تونز",
|
||||
"https://arabtoons.net",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("MMM d", Locale("ar")),
|
||||
dateFormat = SimpleDateFormat("yyyy-MM-dd", Locale("ar")),
|
||||
) {
|
||||
override val useNewChapterEndpoint = true
|
||||
override val mangaDetailsSelectorStatus = "div.summary_image span.status"
|
||||
override val mangaDetailsSelectorDescription = "div.summary-text"
|
||||
override val altNameSelector = ".post-content_item:contains(أسماء أخرى) .summary-content"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user