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 {
|
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"
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user