Tachiyomi-Extensions/multisrc/overrides/madara/hentaiwebtoon/src/HentaiWebtoon.kt

10 lines
378 B
Kotlin
Raw Normal View History

package eu.kanade.tachiyomi.extension.en.hentaiwebtoon
import eu.kanade.tachiyomi.multisrc.madara.Madara
class HentaiWebtoon : Madara("HentaiWebtoon", "https://hentaiwebtoon.com", "en") {
// The website does not flag the content, so we just use the old selector.
override fun popularMangaSelector() = "div.page-item-detail:not(:has(a[href*='bilibilicomics.com']))"
}