Arang Scans: remove dead source (#11093)

This commit is contained in:
ObserverOfTime 2022-03-12 23:55:55 +02:00 committed by GitHub
parent df75c86c7c
commit 28bbcb3612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.arangscans
import eu.kanade.tachiyomi.multisrc.weebreader.Weebreader
class ArangScans : Weebreader("Arang Scans", "https://arangscans.org", "en") {
override val versionId = 2
}

View File

@ -12,7 +12,6 @@ class WeebreaderGenerator : ThemeSourceGenerator {
override val baseVersionCode = 2
override val sources = listOf(
SingleLang("Arang Scans", "https://arangscans.org", "en", overrideVersionCode = 11),
SingleLang("NANI? Scans", "https://naniscans.com", "en", overrideVersionCode = 6, className = "NaniScans"),
)