Remove Yaoi Fan Clube (#9622)
as per scanlator request: verified and accepted
This commit is contained in:
parent
9e1bd5c23e
commit
ebb387c8e1
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 83 KiB |
|
@ -1,59 +0,0 @@
|
|||
package eu.kanade.tachiyomi.extension.pt.yaoifanclube
|
||||
|
||||
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import okhttp3.OkHttpClient
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class YaoiFanClube : Madara(
|
||||
"Yaoi Fan Clube",
|
||||
"https://yaoifanclube.com.br",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd 'de' MMMMM 'de' yyyy", Locale("pt", "BR"))
|
||||
) {
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
.addInterceptor(RateLimitInterceptor(1, 2, TimeUnit.SECONDS))
|
||||
.build()
|
||||
|
||||
override val popularMangaUrlSelector = "div.post-title a:not([target])"
|
||||
|
||||
// [...document.querySelectorAll('input[name="genre[]"]')]
|
||||
// .map(x => `Genre("${document.querySelector('label[for=' + x.id + ']').innerHTML.trim()}", "${x.value}")`)
|
||||
// .join(',\n')
|
||||
override fun getGenreList(): List<Genre> = listOf(
|
||||
Genre("Adulto", "adulto"),
|
||||
Genre("Aeronáutica", "aeronautica"),
|
||||
Genre("BNHA", "bnha"),
|
||||
Genre("Coletânea", "coletanea"),
|
||||
Genre("Comédia", "comedia"),
|
||||
Genre("Crossdress", "crossdress"),
|
||||
Genre("Drama", "drama"),
|
||||
Genre("Esporte", "esporte"),
|
||||
Genre("Fantasia", "fantasia"),
|
||||
Genre("Fetiche", "fetiche"),
|
||||
Genre("Ficção", "ficcao"),
|
||||
Genre("Histórico", "historico"),
|
||||
Genre("KNB", "knb"),
|
||||
Genre("Mistério", "misterio"),
|
||||
Genre("Música", "musica"),
|
||||
Genre("Omegaverse", "omegaverse"),
|
||||
Genre("Paródia", "parodia"),
|
||||
Genre("Patinação", "patinacao"),
|
||||
Genre("Policial", "policial"),
|
||||
Genre("Psicológico", "psicologico"),
|
||||
Genre("Robô", "robo"),
|
||||
Genre("Romance", "romance"),
|
||||
Genre("Shounen-ai", "shounen-ai"),
|
||||
Genre("Smut", "smut"),
|
||||
Genre("Sobrenatural", "sobrenatural"),
|
||||
Genre("Terror", "terror"),
|
||||
Genre("Tragédia", "tragedia"),
|
||||
Genre("Vida Cotidiana", "vida-cotidiana"),
|
||||
Genre("Vida Escolar", "vida-escolar"),
|
||||
Genre("Yaoi", "yaoi"),
|
||||
Genre("Zumbi", "zumbi")
|
||||
)
|
||||
}
|
|
@ -408,7 +408,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("WuxiaWorld", "https://wuxiaworld.site", "en", overrideVersionCode = 1),
|
||||
SingleLang("XManga", "https://xmanga.io", "en", isNsfw = true),
|
||||
SingleLang("XuN Scans", "https://xunscans.xyz", "en", overrideVersionCode = 2),
|
||||
SingleLang("Yaoi Fan Clube", "https://yaoifanclube.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Yaoi Hentai", "https://yaoihentai.me", "en", isNsfw = true),
|
||||
SingleLang("YaoiScan", "https://yaoiscan.com", "en", isNsfw = true),
|
||||
SingleLang("YaoiToon", "https://yaoitoon.com", "en", isNsfw = true),
|
||||
|
|
Loading…
Reference in New Issue