[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)'
|
||||
pkgNameSuffix = 'all.foolslide'
|
||||
extClass = '.FoolSlideFactory'
|
||||
extVersionCode = 32
|
||||
extVersionCode = 33
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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", "")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue