parent
2b88f32401
commit
4cc3316b5e
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Domal Fansub'
|
||||
extClass = '.DomalFansub'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://domalfansb.online'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://domalfansb.com.tr'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.util.Locale
|
|||
|
||||
class DomalFansub : Madara(
|
||||
"Domal Fansub",
|
||||
"https://domalfansb.online",
|
||||
"https://domalfansb.com.tr",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue