Change MangaHost url to the new one. (#1118)

Update MangaHost url
This commit is contained in:
Alessandro Jean 2019-05-17 08:08:48 -03:00 committed by Eugene
parent 85fe534980
commit 3da42e91fd
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 = 4
extVersionCode = 5
libVersion = '1.2'
}

View File

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