Added NANI? Scans (#741)

Added NANI? Scans
This commit is contained in:
Micael Valentim
2019-01-25 08:02:48 -03:00
committed by Carlos
parent eb9bc1971f
commit 8b8eb09f28
10 changed files with 151 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: FoolSlide'
pkgNameSuffix = "all.foolslide"
extClass = '.FoolSlideFactory'
extVersionCode = 11
extVersionCode = 12
libVersion = '1.2'
}

View File

@ -48,7 +48,6 @@ fun getAllFoolSlide(): List<Source> {
Russification(),
NieznaniReader(),
EvilFlowers(),
NaniScans(),
AkaiYuhiMunTeam(),
LupiTeam()
)
@ -174,8 +173,6 @@ class NieznaniReader : FoolSlide("Nieznani", "http://reader.nieznani.mynindo.pl"
class EvilFlowers : FoolSlide("Evil Flowers", "http://reader.evilflowers.com", "en")
class NaniScans : FoolSlide("NANI? SCANS", "https://reader.naniscans.xyz", "en")
class AkaiYuhiMunTeam : FoolSlide("AkaiYuhiMun team", "https://akaiyuhimun.ru", "ru", "/manga")
class LupiTeam : FoolSlide("LupiTeam", "https://lupiteam.ml", "it", "/reader") {