[Genkan] Remove leading space in base URLs for 2 sources (#1940)

[Genkan] Remove leading space in base URLs for 2 sources
This commit is contained in:
FlaminSarge 2019-12-30 06:29:13 -07:00 committed by arkon
parent 33551e14b5
commit 12eafe709f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -24,8 +24,8 @@ class LeviatanScans : Genkan("Leviatan Scans", "https://leviatanscans.com", "en"
class LeviatanScansES : GenkanOriginal("Leviatan Scans", "https://es.leviatanscans.com", "es")
class PsychoPlay : Genkan("Psycho Play", "https://psychoplay.co", "en")
class OneShotScans : Genkan("One Shot Scans", "https://oneshotscans.com", "en")
class KaguyaDex : GenkanOriginal("KaguyaDex", " https://kaguyadex.com", "en")
class KomiScans : GenkanOriginal("Komi Scans", " https://komiscans.com", "en")
class KaguyaDex : GenkanOriginal("KaguyaDex", "https://kaguyadex.com", "en")
class KomiScans : GenkanOriginal("Komi Scans", "https://komiscans.com", "en")
class HunlightScans : Genkan("Hunlight Scans", "https://hunlight-scans.info", "en")
class WoweScans : Genkan("Wowe Scans", "https://wowescans.co", "en")
class ZeroScans : Genkan("ZeroScans", "https://zeroscans.com", "en")