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:
parent
bea0c8897d
commit
9fc03a5357
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'TCB Scans'
|
||||
extClass = '.TCBScans'
|
||||
extVersionCode = 10
|
||||
extVersionCode = 11
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -23,7 +23,7 @@ import java.io.File
|
||||
class TCBScans : ParsedHttpSource() {
|
||||
|
||||
override val name = "TCB Scans"
|
||||
override val baseUrl = "https://tcbscans.me"
|
||||
override val baseUrl = "https://tcbonepiecechapters.com"
|
||||
override val lang = "en"
|
||||
override val supportsLatest = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user