Foolslide - add Rama (#3093)

This commit is contained in:
Mike 2020-05-10 06:12:56 -04:00 committed by GitHub
parent 1fdeb75066
commit 52fe399211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -60,7 +60,8 @@ class FoolSlideFactory : SourceFactory {
NIFTeam(),
TuttoAnimeManga(),
Customizable(),
TortugaCeviri()
TortugaCeviri(),
Rama()
)
}
@ -300,3 +301,5 @@ class Customizable : ConfigurableSource, FoolSlide("Customizable", "", "other")
}
class TortugaCeviri : FoolSlide("Tortuga Ceviri", "http://tortuga-ceviri.com", "tr", "/okuma")
class Rama : FoolSlide("Rama", "https://www.ramareader.it", "it", "/read")