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:
Smol Ame 2025-09-25 21:36:21 -08:00 committed by Draff
parent d3b715a4be
commit c0129e532f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.ArabToons'
themePkg = 'madara'
baseUrl = 'https://arabtoons.net'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = true
}

View File

@ -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"
}