parent
4b9ceb5bf2
commit
a780a18058
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue