2021-02-10 14:05:12 +00:00
|
|
|
package eu.kanade.tachiyomi.extension.en.manhuaus
|
|
|
|
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
|
|
|
2021-09-30 10:52:14 +00:00
|
|
|
class ManhuaUS : Madara("ManhuaUS", "https://manhuaus.com", "en") {
|
|
|
|
override val useNewChapterEndpoint: Boolean = true
|
2022-03-15 11:43:49 +00:00
|
|
|
|
|
|
|
// The website is incorrectly flagging a lot of their
|
|
|
|
// manga content as text instead. To bypass this, we
|
|
|
|
// use the old selector that includes all.
|
|
|
|
override fun popularMangaSelector() = "div.page-item-detail:not(:has(a[href*='bilibilicomics.com']))"
|
2021-09-30 10:52:14 +00:00
|
|
|
}
|