Fixed MangaBat URL (#6130)

* Fixed MangaBat URL

* whoops
This commit is contained in:
loocool2
2021-03-10 17:49:43 -08:00
committed by GitHub
parent cd8698f49d
commit 1d27e61f65
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import okhttp3.Request
import java.text.SimpleDateFormat
import java.util.Locale
class Mangabat : MangaBox("Mangabat", "https://m.mangabat.com/h", "en", SimpleDateFormat("MMM dd,yy", Locale.ENGLISH)) {
class Mangabat : MangaBox("Mangabat", "https://m.mangabat.com/m", "en", SimpleDateFormat("MMM dd,yy", Locale.ENGLISH)) {
override fun popularMangaRequest(page: Int): Request = GET("$baseUrl/manga-list-all/$page?type=topview", headers)
override fun popularMangaSelector() = "div.list-story-item"
override val latestUrlPath = "manga-list-all/"