WP Mangastream - add non-stop scans (#3163)

This commit is contained in:
Mike 2020-05-15 06:40:25 -04:00 committed by GitHub
parent 36d8432d6b
commit 984ea24932
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: WP Manga Stream'
pkgNameSuffix = 'all.wpmangastream'
extClass = '.WPMangaStreamFactory'
extVersionCode = 9
extVersionCode = 10
libVersion = '1.2'
}

View File

@ -35,7 +35,8 @@ class WPMangaStreamFactory : SourceFactory {
SekteKomik(),
MangaSwat(),
MangaRaw(),
SekteDoujin()
SekteDoujin(),
NonStopScans()
)
}
@ -918,3 +919,5 @@ class MangaRaw : WPMangaStream("Manga Raw", "https://mangaraw.org", "ja") {
}
class SekteDoujin : WPMangaStream("Sekte Doujin", "https://sektedoujin.com", "id")
class NonStopScans : WPMangaStream("Non-Stop Scans", "https://www.nonstopscans.com", "en")