fix(en/luciferdonghua): Fix episode list selector (#2499)
This commit is contained in:
parent
efb4a03e2e
commit
c5a174704d
@ -11,6 +11,9 @@ class LuciferDonghua : AnimeStream(
|
||||
"LuciferDonghua",
|
||||
"https://luciferdonghua.in",
|
||||
) {
|
||||
// ============================== Episodes ==============================
|
||||
override fun episodeListSelector() = "div.eplister > ul > li a"
|
||||
|
||||
// ============================ Video Links =============================
|
||||
private val okruExtractor by lazy { OkruExtractor(client) }
|
||||
private val dailymotionExtractor by lazy { DailymotionExtractor(client, headers) }
|
||||
|
@ -22,7 +22,7 @@ class AnimeStreamGenerator : ThemeSourceGenerator {
|
||||
SingleLang("DonghuaStream", "https://donghuastream.co.in", "en", isNsfw = false, overrideVersionCode = 2),
|
||||
SingleLang("Hstream", "https://hstream.moe", "en", isNsfw = true, overrideVersionCode = 3),
|
||||
SingleLang("LMAnime", "https://lmanime.com", "all", isNsfw = false, overrideVersionCode = 4),
|
||||
SingleLang("LuciferDonghua", "https://luciferdonghua.in", "en", isNsfw = false, overrideVersionCode = 2),
|
||||
SingleLang("LuciferDonghua", "https://luciferdonghua.in", "en", isNsfw = false, overrideVersionCode = 3),
|
||||
SingleLang("MiniOppai", "https://minioppai.org", "id", isNsfw = true, overrideVersionCode = 3),
|
||||
SingleLang("RineCloud", "https://rine.cloud", "pt-BR", isNsfw = false, overrideVersionCode = 3),
|
||||
SingleLang("TRAnimeCI", "https://tranimeci.com", "tr", isNsfw = false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user