[Source Update] FoolSlide: Zandy no Fansub (#1382)
[Source Update] FoolSlide: Zandy no Fansub
This commit is contained in:
parent
c97805636d
commit
242fd69a02
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: FoolSlide'
|
appName = 'Tachiyomi: FoolSlide'
|
||||||
pkgNameSuffix = 'all.foolslide'
|
pkgNameSuffix = 'all.foolslide'
|
||||||
extClass = '.FoolSlideFactory'
|
extClass = '.FoolSlideFactory'
|
||||||
extVersionCode = 22
|
extVersionCode = 23
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,8 @@ fun getAllFoolSlide(): List<Source> {
|
||||||
HentaiCafe(),
|
HentaiCafe(),
|
||||||
ShoujoSense(),
|
ShoujoSense(),
|
||||||
TheCatScans(),
|
TheCatScans(),
|
||||||
ShoujoHearts()
|
ShoujoHearts(),
|
||||||
|
ZandynoFansub()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -156,3 +157,5 @@ class ShoujoHearts : FoolSlide("ShoujoHearts", "http://shoujohearts.com", "en",
|
||||||
return manga
|
return manga
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class ZandynoFansub : FoolSlide("Zandy no Fansub", "http://zandynofansub.aishiteru.org", "en", "/reader")
|
||||||
|
|
Loading…
Reference in New Issue