Domalfansub: Update url Domal Fansub (#6714)

update url Domal Fansub
This commit is contained in:
alberlandohc 2024-12-22 02:12:37 -03:00 committed by Draff
parent 2b88f32401
commit 4cc3316b5e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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")),
) {