FoolSlide - Add Kirishima Fansub (#1943)

FoolSlide - Add Kirishima Fansub
This commit is contained in:
happywillow0 2019-12-30 13:14:39 -05:00 committed by arkon
parent 12eafe709f
commit 7eebeb98d2
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: FoolSlide (multiple sources)' appName = 'Tachiyomi: FoolSlide (multiple sources)'
pkgNameSuffix = 'all.foolslide' pkgNameSuffix = 'all.foolslide'
extClass = '.FoolSlideFactory' extClass = '.FoolSlideFactory'
extVersionCode = 30 extVersionCode = 31
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -37,7 +37,8 @@ class FoolSlideFactory : SourceFactory {
HentaiCafe(), HentaiCafe(),
TheCatScans(), TheCatScans(),
ZandynoFansub(), ZandynoFansub(),
HelveticaScans() HelveticaScans(),
KirishimaFansub()
) )
} }
@ -130,3 +131,6 @@ class LupiTeam : FoolSlide("LupiTeam", "https://lupiteam.net", "it", "/reader")
class ZandynoFansub : FoolSlide("Zandy no Fansub", "http://zandynofansub.aishiteru.org", "en", "/reader") class ZandynoFansub : FoolSlide("Zandy no Fansub", "http://zandynofansub.aishiteru.org", "en", "/reader")
class HelveticaScans : FoolSlide("Helvetica Scans", "https://helveticascans.com", "en", "/r") class HelveticaScans : FoolSlide("Helvetica Scans", "https://helveticascans.com", "en", "/r")
class KirishimaFansub : FoolSlide("Kirishima Fansub", "https://kirishimafansub.net", "es", "/lector")