Update baseUrl (#2274)

Holy/Heaven Manga - Update baseUrl
This commit is contained in:
happywillow0 2020-02-21 10:55:16 -05:00 committed by GitHub
parent 3049e29d3a
commit 955ef683ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: HolyManga & HeavenManga'
pkgNameSuffix = 'en.holymanga'
extClass = '.HMangaFactory'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
}

View File

@ -10,6 +10,6 @@ class HMangaFactory : SourceFactory {
)
}
class HolyManga : HManga("HolyManga", "https://holymanga.net")
class HeavenManga : HManga("HeavenManga", "https://heavenmanga.org")
class HolyManga : HManga("HolyManga", "http://w12.holymanga.net")
class HeavenManga : HManga("HeavenManga", "http://ww8.heavenmanga.org")