Adding the nonames (#2247)

Adding the nonames
This commit is contained in:
Pavan Kumar Sampara 2020-02-15 20:14:50 +05:30 committed by GitHub
parent c7f7c8ec55
commit 8cb68d0a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Genkan (multiple sources)'
pkgNameSuffix = 'all.genkan'
extClass = '.GenkanFactory'
extVersionCode = 12
extVersionCode = 13
libVersion = '1.2'
}

View File

@ -12,7 +12,8 @@ class GenkanFactory : SourceFactory {
HunlightScans(),
WoweScans(),
ZeroScans(),
ReaperScans()
ReaperScans(),
TheNonamesScans()
)
}
@ -30,3 +31,4 @@ class WoweScans : Genkan("Wowe Scans", "https://wowescans.co", "en")
class ZeroScans : Genkan("ZeroScans", "https://zeroscans.com", "en")
// Search isn't working on Reaper's website, use GenkanOriginal for now
class ReaperScans : GenkanOriginal("Reaper Scans", "https://reaperscans.com", "en")
class TheNonamesScans : Genkan("The Nonames Scans", "https://the-nonames.com", "en")