Add Luminous Scans, Davey Scans, and Skull Scans (#6985)
This commit is contained in:
parent
85bf0c87d9
commit
af58998ed1
|
@ -0,0 +1,10 @@
|
||||||
|
/* ktlint-disable */
|
||||||
|
// THIS FILE IS AUTO-GENERATED; DO NOT EDIT
|
||||||
|
package eu.kanade.tachiyomi.extension.en.luminousscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.wpmangareader.WPMangaReader
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
class LuminousScans : WPMangaReader("Luminous Scans", "https://www.luminousscans.com", "en", mangaUrlDirectory="/series")
|
|
@ -17,11 +17,14 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("MangaKita", "https://mangakita.net", "id"),
|
SingleLang("MangaKita", "https://mangakita.net", "id"),
|
||||||
SingleLang("Ngomik", "https://ngomik.net", "id"),
|
SingleLang("Ngomik", "https://ngomik.net", "id"),
|
||||||
SingleLang("Sekaikomik", "https://www.sekaikomik.club", "id", isNsfw = true, overrideVersionCode = 3),
|
SingleLang("Sekaikomik", "https://www.sekaikomik.club", "id", isNsfw = true, overrideVersionCode = 3),
|
||||||
|
SingleLang("Davey Scans", "https://daveyscans.com/", "id"),
|
||||||
SingleLang("TurkToon", "https://turktoon.com", "tr"),
|
SingleLang("TurkToon", "https://turktoon.com", "tr"),
|
||||||
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
|
SingleLang("Gecenin Lordu", "https://geceninlordu.com/", "tr", overrideVersionCode = 1),
|
||||||
SingleLang("Flame Scans", "http://flamescans.org", "en", overrideVersionCode = 1),
|
SingleLang("Flame Scans", "http://flamescans.org", "en", overrideVersionCode = 1),
|
||||||
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
|
SingleLang("A Pair of 2+", "https://pairof2.com", "en", className = "APairOf2"),
|
||||||
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
|
SingleLang("PMScans", "https://reader.pmscans.com", "en"),
|
||||||
|
SingleLang("Skull Scans", "https://www.skullscans.com", "en"),
|
||||||
|
SingleLang("Luminous Scans", "https://www.luminousscans.com", "en"),
|
||||||
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1)
|
SingleLang("GS Nation", "https://gs-nation.fr", "fr", overrideVersionCode = 1)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue