chore: removed hyakuro source (#11556)
This commit is contained in:
parent
bd75e2f298
commit
6ae3a68996
|
@ -1,13 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.hyakuro
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.foolslide.FoolSlide
|
|
||||||
import eu.kanade.tachiyomi.source.model.SManga
|
|
||||||
import org.jsoup.nodes.Document
|
|
||||||
|
|
||||||
class Hyakuro : FoolSlide("Hyakuro", "https://hyakuro.com", "en", "/reader") {
|
|
||||||
override fun mangaDetailsParse(document: Document) = SManga.create().apply {
|
|
||||||
description = document.select("$mangaDetailsInfoSelector li:has(b:contains(description))")
|
|
||||||
.first()?.ownText()?.substringAfter(":")
|
|
||||||
thumbnail_url = getDetailsThumbnail(document)
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -38,7 +38,6 @@ class FoolSlideGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("TuttoAnimeManga", "https://tuttoanimemanga.net", "it"),
|
SingleLang("TuttoAnimeManga", "https://tuttoanimemanga.net", "it"),
|
||||||
SingleLang("Rama", "https://www.ramareader.it", "it"),
|
SingleLang("Rama", "https://www.ramareader.it", "it"),
|
||||||
SingleLang("Mabushimajo", "http://mabushimajo.com", "tr"),
|
SingleLang("Mabushimajo", "http://mabushimajo.com", "tr"),
|
||||||
SingleLang("Hyakuro", "https://hyakuro.com", "en"),
|
|
||||||
SingleLang("Le Cercle du Scan", "https://lel.lecercleduscan.com", "fr", className = "LeCercleDuScan", overrideVersionCode = 1),
|
SingleLang("Le Cercle du Scan", "https://lel.lecercleduscan.com", "fr", className = "LeCercleDuScan", overrideVersionCode = 1),
|
||||||
SingleLang("LetItGo Scans", "https://reader.letitgo.scans.today", "en", overrideVersionCode = 1),
|
SingleLang("LetItGo Scans", "https://reader.letitgo.scans.today", "en", overrideVersionCode = 1),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue