New MangaThemesia Source: Kai Scans (#19208)
* add Kai Scans to MangaThemesiaGenerator * fix [no-consecutive-blank-lines]
This commit is contained in:
parent
400bef1ea4
commit
d14c9ba1ad
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.en.kaiscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class KaiScans : MangaThemesia("Kai Scans", "https://www.kaiscans.com", "en", mangaUrlDirectory = "/series")
|
|
@ -49,6 +49,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
|||
SingleLang("Imagine Scan", "https://imaginescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("InariManga", "https://inarimanga.com", "es", overrideVersionCode = 7),
|
||||
SingleLang("Infernal Void Scans", "https://void-scans.com", "en", overrideVersionCode = 5),
|
||||
SingleLang("Kai Scans", "https://kaiscans.com", "en", isNsfw = false),
|
||||
SingleLang("Kanzenin", "https://kanzenin.info", "id", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("KataKomik", "https://katakomik.online", "id"),
|
||||
SingleLang("King of Shojo", "https://kingofshojo.com", "ar", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue