FoolSlide - add Mabushimajo (#3323)

This commit is contained in:
Mike 2020-05-26 04:03:03 -04:00 committed by GitHub
parent 42e813af30
commit d9755beb63
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 = 48
extVersionCode = 49
libVersion = '1.2'
}

View File

@ -61,7 +61,8 @@ class FoolSlideFactory : SourceFactory {
TuttoAnimeManga(),
Customizable(),
TortugaCeviri(),
Rama()
Rama(),
Mabushimajo()
)
}
@ -303,3 +304,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")
class Mabushimajo : FoolSlide("Mabushimajo", "http://mabushimajo.com", "tr", "/onlineokuma")