[Add] Foolslide PowerManga (#2090)

* Update build.gradle

* Update FoolSlideFactory.kt
This commit is contained in:
happywillow0 2020-01-18 14:50:45 -05:00 committed by arkon
parent 7bc1218b95
commit 620c48f733
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -38,7 +38,8 @@ class FoolSlideFactory : SourceFactory {
TheCatScans(),
ZandynoFansub(),
HelveticaScans(),
KirishimaFansub()
KirishimaFansub(),
PowerMangaIT()
)
}
@ -134,3 +135,6 @@ class HelveticaScans : FoolSlide("Helvetica Scans", "https://helveticascans.com"
class KirishimaFansub : FoolSlide("Kirishima Fansub", "https://kirishimafansub.net", "es", "/lector")
class PowerMangaIT : FoolSlide("PowerManga", "http://reader.powermanga.org", "it", "")