Skip to content

Commit

Permalink
Domalfansub: Update url Domal Fansub (#6714)
Browse files Browse the repository at this point in the history
update url Domal Fansub
  • Loading branch information
Hellkaros authored Dec 22, 2024
1 parent c57d470 commit c49bf75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tr/domalfansub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
) {
Expand Down

0 comments on commit c49bf75

Please sign in to comment.