Arang Scans: remove dead source (#11093)
This commit is contained in:
parent
df75c86c7c
commit
28bbcb3612
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 |
|
@ -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
|
||||
}
|
|
@ -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"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue