MangaFree - Remove https (#2294)

MangaFree - Remove https
This commit is contained in:
happywillow0 2020-02-25 14:28:46 -05:00 committed by GitHub
parent 4b9ceb5bf2
commit a780a18058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaBox (Mangakakalot and others)' appName = 'Tachiyomi: MangaBox (Mangakakalot and others)'
pkgNameSuffix = 'all.mangabox' pkgNameSuffix = 'all.mangabox'
extClass = '.MangaBoxFactory' extClass = '.MangaBoxFactory'
extVersionCode = 13 extVersionCode = 14
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -43,7 +43,7 @@ class Manganelo : MangaBox("Manganelo", "https://manganelo.com", "en") {
override fun getFilterList() = FilterList() override fun getFilterList() = FilterList()
} }
class Mangafree : MangaBox("Mangafree", "https://mangafree.online", "en") { class Mangafree : MangaBox("Mangafree", "http://mangafree.online", "en") {
override val popularUrlPath = "hotmanga/" override val popularUrlPath = "hotmanga/"
override val latestUrlPath = "latest/" override val latestUrlPath = "latest/"
override fun popularMangaParse(response: Response): MangasPage { override fun popularMangaParse(response: Response): MangasPage {