BarManga: Change dateFormat (#1537)

Change dateformat
This commit is contained in:
bapeey 2024-02-26 07:49:22 -05:00 committed by Draff
parent a95fa2dd5c
commit f0d2df86c5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.BarManga'
themePkg = 'madara'
baseUrl = 'https://barmanga.com'
overrideVersionCode = 0
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

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