Japscan: Update domain (#10961)

* Update Japscan new domain

* Increment version code from 53 to 54
This commit is contained in:
Justin COLLON 2025-10-11 04:54:00 +02:00 committed by Draff
parent 93f2816776
commit 805fa1f631
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Japscan'
extClass = '.Japscan'
extVersionCode = 53
extVersionCode = 54
}
apply from: "$rootDir/common.gradle"

View File

@ -52,7 +52,7 @@ class Japscan : ConfigurableSource, ParsedHttpSource() {
// Sometimes an adblock blocker will pop up, preventing the user from opening
// a cloudflare protected page
private val internalBaseUrl = "https://www.japscan.si"
private val internalBaseUrl = "https://www.japscan.vip"
override val baseUrl = "$internalBaseUrl/mangas/?sort=popular&p=1"
override val lang = "fr"