[Source Update] FoolSlide: Zandy no Fansub (#1382)

[Source Update] FoolSlide: Zandy no Fansub
This commit is contained in:
happywillow0 2019-08-09 15:11:29 -04:00 committed by Eugene
parent c97805636d
commit 242fd69a02
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -44,7 +44,8 @@ fun getAllFoolSlide(): List<Source> {
HentaiCafe(),
ShoujoSense(),
TheCatScans(),
ShoujoHearts()
ShoujoHearts(),
ZandynoFansub()
)
}
@ -156,3 +157,5 @@ class ShoujoHearts : FoolSlide("ShoujoHearts", "http://shoujohearts.com", "en",
return manga
}
}
class ZandynoFansub : FoolSlide("Zandy no Fansub", "http://zandynofansub.aishiteru.org", "en", "/reader")