MangaBox: MangaKakalot supports https (#1979)

This commit is contained in:
NotTsunami 2020-01-05 12:43:04 -05:00 committed by arkon
parent 8201a6cc55
commit b4bf96a0f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -30,7 +30,7 @@ class MangaBoxFactory : SourceFactory {
//TODO: Alternate search/filters for some sources that don't use query parameters
class Mangakakalot : MangaBox("Mangakakalot", "http://mangakakalot.com", "en") {
class Mangakakalot : MangaBox("Mangakakalot", "https://mangakakalot.com", "en") {
override fun searchMangaSelector() = "${super.searchMangaSelector()}, div.list-truyen-item-wrap"
}