Add Novato Scans (#7128)
This commit is contained in:
parent
32cea00999
commit
f5708a63fc
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Novato Scans'
|
||||||
|
extClass = '.NovatoScans'
|
||||||
|
themePkg = 'zeistmanga'
|
||||||
|
baseUrl = 'https://www.novatoscans.top'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
|
@ -0,0 +1,16 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.es.novatoscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga
|
||||||
|
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||||
|
|
||||||
|
class NovatoScans : ZeistManga(
|
||||||
|
"Novato Scans",
|
||||||
|
"https://www.novatoscans.top",
|
||||||
|
"es",
|
||||||
|
) {
|
||||||
|
override val client = super.client.newBuilder()
|
||||||
|
.rateLimit(3)
|
||||||
|
.build()
|
||||||
|
|
||||||
|
override val pageListSelector = "div.check-box"
|
||||||
|
}
|
Loading…
Reference in New Issue