Remove Void Scans (#4969)

This commit is contained in:
Vetle Ledaal 2024-09-09 14:16:51 +02:00 committed by GitHub
parent 3b27065b83
commit 2e333291b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 21 deletions

View File

@ -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

View File

@ -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"
}