Update MangaHost domain, fixes #761 (#762)

Update MangaHost domain, fixes #761
This commit is contained in:
Logan B 2019-02-05 10:01:59 +13:00 committed by Carlos
parent 6f234b3547
commit 00d661503a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaHost'
pkgNameSuffix = 'pt.mangahost'
extClass = '.MangaHost'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
}

View File

@ -15,7 +15,7 @@ class MangaHost : ParsedHttpSource() {
override val name = "Manga Host"
override val baseUrl = "https://mangahost1.com/"
override val baseUrl = "https://mangahost2.com"
override val lang = "pt"