Remove Void Scans (#4969)
This commit is contained in:
parent
90eb12294c
commit
a92b59fb3f
|
@ -1,10 +0,0 @@
|
||||||
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.
Before Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
|
@ -1,11 +0,0 @@
|
||||||
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