Add Void Scans (#4552)
This commit is contained in:
parent
9ee1be41b8
commit
b1f0d14217
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Void Scans'
|
||||||
|
extClass = '.VoidScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://voidscans.co'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
|
@ -0,0 +1,11 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.voidscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class VoidScans : MangaThemesia(
|
||||||
|
"Void Scans",
|
||||||
|
"https://voidscans.co",
|
||||||
|
"en",
|
||||||
|
) {
|
||||||
|
override val seriesStatusSelector = ".status-value"
|
||||||
|
}
|
Loading…
Reference in New Issue