FMReader - add ManhwaSmut (#3261)

This commit is contained in:
Mike 2020-05-20 06:27:02 -04:00 committed by GitHub
parent 10d51de70a
commit 16ab915b4e
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: FMReader (multiple aggregators)'
pkgNameSuffix = 'all.fmreader'
extClass = '.FMReaderFactory'
extVersionCode = 14
extVersionCode = 15
libVersion = '1.2'
}

View File

@ -37,7 +37,8 @@ class FMReaderFactory : SourceFactory {
Manhwa18NetRaw(),
SayTruyen(),
EpikManga(),
ManhuaScan()
ManhuaScan(),
ManhwaSmut()
)
}
@ -314,3 +315,5 @@ class EpikManga : FMReader("Epik Manga", "https://www.epikmanga.com", "tr") {
}
class ManhuaScan : FMReader("ManhuaScan", "https://manhuascan.com", "en")
class ManhwaSmut : FMReader("ManhwaSmut", "https://manhwasmut.com", "en")