mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Fix Adu Manga URL & date format (#3763)
* Fixed baseURL mismatch * Replaced `Locale` in `dateFormat` to `en` * Removed unnecessary `dateFormat` override
This commit is contained in:
parent
6f432402a0
commit
0431eddddc
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.AduManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://adumanga.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -1,12 +1,9 @@
|
||||
package eu.kanade.tachiyomi.extension.tr.adumanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class AduManga : MangaThemesia(
|
||||
"Adu Manga",
|
||||
"https://www.mangacim.com",
|
||||
"https://adumanga.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyy", Locale("tr")),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user