Add SpiderScans (#3625)
This commit is contained in:
parent
ff3f613886
commit
f814878dbb
10
src/en/spiderscans/build.gradle
Normal file
10
src/en/spiderscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Spider Scans'
|
||||
extClass = '.SpiderScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://spiderscans.xyz'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/spiderscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/spiderscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
src/en/spiderscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/spiderscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
src/en/spiderscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/spiderscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
src/en/spiderscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/spiderscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
src/en/spiderscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/spiderscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -0,0 +1,14 @@
|
||||
package eu.kanade.tachiyomi.extension.en.spiderscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
|
||||
class SpiderScans : MangaThemesia(
|
||||
"Spider Scans",
|
||||
"https://spiderscans.xyz",
|
||||
"en",
|
||||
) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(3)
|
||||
.build()
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user