FoolSlide - add 3 Italian sources (#2923)

This commit is contained in:
Mike 2020-04-29 06:02:37 -04:00 committed by GitHub
parent ce56272eb3
commit ec71806db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -46,7 +46,10 @@ class FoolSlideFactory : SourceFactory {
HNIScantradEN(),
PhoenixScans(),
GTO(),
Kangaryu()
Kangaryu(),
FallenWorldOrder(),
NIFTeam(),
TuttoAnimeManga()
)
}
@ -208,3 +211,9 @@ class Kangaryu : FoolSlide("Kangaryu", "https://kangaryu-team.fr", "fr") {
override fun latestUpdatesNextPageSelector(): String? = null
override val mangaDetailsInfoSelector = "div.info:not(.comic)"
}
class FallenWorldOrder : FoolSlide("Fall World Reader", "https://faworeader.altervista.org", "it", "/slide")
class NIFTeam : FoolSlide("NIFTeam", "http://read-nifteam.info", "it", "/slide")
class TuttoAnimeManga : FoolSlide("TuttoAnimeManga", "https://tuttoanimemanga.net", "it", "/slide")