Fix TCB scans (#2320)

This commit is contained in:
Norsze 2024-04-11 08:02:31 +02:00 committed by Draff
parent 9c5d99e898
commit 36fc99d48b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@ import uy.kohesive.injekt.api.get
class TCBScans : ParsedHttpSource() {
override val name = "TCB Scans"
override val baseUrl = "https://onepiecechapters.com"
override val baseUrl = "https://tcbscans.com"
override val lang = "en"
override val supportsLatest = false
override val client: OkHttpClient = network.cloudflareClient