Added Hot Chocolate Scans (#745)

Added Hot Chocolate Scans
This commit is contained in:
Vesnyx 2019-01-27 16:22:56 -08:00 committed by Carlos
parent 2d73414240
commit d83c178465
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 = 12
extVersionCode = 13
libVersion = '1.2'
}

View File

@ -49,7 +49,8 @@ fun getAllFoolSlide(): List<Source> {
NieznaniReader(),
EvilFlowers(),
AkaiYuhiMunTeam(),
LupiTeam()
LupiTeam(),
HotChocolateScans()
)
}
@ -68,6 +69,8 @@ class JaminisBox : FoolSlide("Jaimini's Box", "https://jaiminisbox.com", "en", "
}
}
class HotChocolateScans : FoolSlide("Hot Chocolate Scans", "http://hotchocolatescans.com", "en", "/fs")
class HelveticaScans : FoolSlide("Helvetica Scans", "https://helveticascans.com", "en", "/r")
class SenseScans : FoolSlide("Sense-Scans", "https://sensescans.com", "en", "/reader")