Added WebNovel to Madara (#3456)

* Update version for new source added

* Added WebNovel to Madara
This commit is contained in:
Shashank Pujari 2020-06-09 14:46:09 +05:30 committed by GitHub
parent 7a0b545316
commit 9d80579eb9
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: Madara (multiple sources)' appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara" pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory' extClass = '.MadaraFactory'
extVersionCode = 106 extVersionCode = 107
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -136,7 +136,8 @@ class MadaraFactory : SourceFactory {
MangaZen(), MangaZen(),
QueensManga(), QueensManga(),
DropeScan(), DropeScan(),
TheTopComic() TheTopComic(),
WebNovel()
// Removed by request of site owner // Removed by request of site owner
// EarlyManga(), // EarlyManga(),
// MangaGecesi(), // MangaGecesi(),
@ -974,3 +975,5 @@ class DropeScan : Madara("Drope Scan", "https://dropescan.com", "pt-BR") {
} }
class TheTopComic : Madara("TheTopComic", "https://thetopcomic.com", "en") class TheTopComic : Madara("TheTopComic", "https://thetopcomic.com", "en")
class WebNovel : Madara("WebNovel", "https://webnovel.live", "en")