Update domain for LuxManga (#251)
Also marking it as NSFW because of "Prince Snow White is Taken by the Queen".
This commit is contained in:
parent
ef9312261e
commit
4feb5e77a5
|
@ -0,0 +1,9 @@
|
|||
package eu.kanade.tachiyomi.extension.en.luxmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class LuxManga : Madara("LuxManga", "https://luxmanga.net", "en") {
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override fun searchPage(page: Int): String = if (page == 1) "" else "page/$page/"
|
||||
}
|
|
@ -193,7 +193,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Lolicon", "https://lolicon.mobi", "en", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Lord Manga", "https://lordmanga.com", "en"),
|
||||
SingleLang("Luffy Manga", "https://luffymanga.com", "en", isNsfw = false),
|
||||
SingleLang("LuxManga", "https://luxmanga.com", "en"),
|
||||
SingleLang("LuxManga", "https://luxmanga.net", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("MadaraDex", "https://madaradex.org", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Maid Scan", "https://maidscan.com.br", "pt-BR"),
|
||||
SingleLang("Manga 18h", "https://manga18h.com", "en", isNsfw = true),
|
||||
|
|
Loading…
Reference in New Issue