mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
Remove Void Scans (#4969)
This commit is contained in:
parent
3b27065b83
commit
2e333291b8
@ -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
Block a user