[Add] Foolslide PowerManga (#2090)
* Update build.gradle * Update FoolSlideFactory.kt
This commit is contained in:
parent
7bc1218b95
commit
620c48f733
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: FoolSlide (multiple sources)'
|
appName = 'Tachiyomi: FoolSlide (multiple sources)'
|
||||||
pkgNameSuffix = 'all.foolslide'
|
pkgNameSuffix = 'all.foolslide'
|
||||||
extClass = '.FoolSlideFactory'
|
extClass = '.FoolSlideFactory'
|
||||||
extVersionCode = 32
|
extVersionCode = 33
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,8 @@ class FoolSlideFactory : SourceFactory {
|
||||||
TheCatScans(),
|
TheCatScans(),
|
||||||
ZandynoFansub(),
|
ZandynoFansub(),
|
||||||
HelveticaScans(),
|
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 KirishimaFansub : FoolSlide("Kirishima Fansub", "https://kirishimafansub.net", "es", "/lector")
|
||||||
|
|
||||||
|
class PowerMangaIT : FoolSlide("PowerManga", "http://reader.powermanga.org", "it", "")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue