Update TCBScans url (#8562)

* Update TCBScans.kt

Updated the url of tcb scans to the newest valid one. I hope this is the correct place to fix it so the extension works again?

* Update build.gradle
This commit is contained in:
mahranaka 2025-04-21 14:10:26 +02:00 committed by Draff
parent bea0c8897d
commit 9fc03a5357
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'TCB Scans' extName = 'TCB Scans'
extClass = '.TCBScans' extClass = '.TCBScans'
extVersionCode = 10 extVersionCode = 11
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -23,7 +23,7 @@ import java.io.File
class TCBScans : ParsedHttpSource() { class TCBScans : ParsedHttpSource() {
override val name = "TCB Scans" override val name = "TCB Scans"
override val baseUrl = "https://tcbscans.me" override val baseUrl = "https://tcbonepiecechapters.com"
override val lang = "en" override val lang = "en"
override val supportsLatest = false override val supportsLatest = false