Skip to content

Commit

Permalink
Hentaicube: Update domain (#5946)
Browse files Browse the repository at this point in the history
Update domain
  • Loading branch information
dejavui authored and cuong-tran committed Nov 8, 2024
1 parent 4582bb6 commit ae56213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vi/hentaicube/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
extName = 'CBHentai'
extClass = '.HentaiCB'
themePkg = 'madara'
baseUrl = 'https://hentaicb.one'
baseUrl = 'https://hentaicb.pro'
overrideVersionCode = 8
isNsfw = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jsoup.nodes.Document
import java.text.SimpleDateFormat
import java.util.Locale

class HentaiCB : Madara("CBHentai", "https://hentaicb.one", "vi", SimpleDateFormat("dd/MM/yyyy", Locale("vi"))) {
class HentaiCB : Madara("CBHentai", "https://hentaicb.pro", "vi", SimpleDateFormat("dd/MM/yyyy", Locale("vi"))) {

override val id: Long = 823638192569572166

Expand Down

0 comments on commit ae56213

Please sign in to comment.