Portal Yaoi: update url (#9795)

update portal yaoi url
This commit is contained in:
whitebeardhelper 2025-07-25 13:03:56 -03:00 committed by Draff
parent 25f2ab773d
commit 88749bec9f
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Portal Yaoi' extName = 'Portal Yaoi'
extClass = '.PortalYaoi' extClass = '.PortalYaoi'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://portalyaoi.com' baseUrl = 'https://lerboyslove.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class PortalYaoi : Madara( class PortalYaoi : Madara(
"Portal Yaoi", "Portal Yaoi",
"https://portalyaoi.com", "https://lerboyslove.com",
"pt-BR", "pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")), SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) { ) {