Skip to content

Commit 51568af

Browse files
Portal Yaoi: update url (#9795)
update portal yaoi url
1 parent eadaefc commit 51568af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pt/portalyaoi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext {
22
extName = 'Portal Yaoi'
33
extClass = '.PortalYaoi'
44
themePkg = 'madara'
5-
baseUrl = 'https://portalyaoi.com'
6-
overrideVersionCode = 0
5+
baseUrl = 'https://lerboyslove.com'
6+
overrideVersionCode = 1
77
isNsfw = true
88
}
99

src/pt/portalyaoi/src/eu/kanade/tachiyomi/extension/pt/portalyaoi/PortalYaoi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
99

1010
class PortalYaoi : Madara(
1111
"Portal Yaoi",
12-
"https://portalyaoi.com",
12+
"https://lerboyslove.com",
1313
"pt-BR",
1414
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
1515
) {

0 commit comments

Comments
 (0)