FoolSlide - Add Kirishima Fansub (#1943)
FoolSlide - Add Kirishima Fansub
This commit is contained in:
parent
12eafe709f
commit
7eebeb98d2
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue