New source: Rezo Scans (#5498)
* rezoscans copied from luascans * remove trailing slash from base url
This commit is contained in:
parent
1015e91677
commit
a248121b04
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Rezo Scans'
|
||||||
|
extClass = '.RezoScans'
|
||||||
|
themePkg = 'keyoapp'
|
||||||
|
baseUrl = 'https://rezoscans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,11 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.rezoscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||||
|
|
||||||
|
class RezoScans : Keyoapp(
|
||||||
|
"Rezo Scans",
|
||||||
|
"https://rezoscans.com",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override fun chapterListSelector() = "${super.chapterListSelector()}:not(:has(img[src^='/assets/images/Coin.svg']))"
|
||||||
|
}
|
Loading…
Reference in New Issue