Add Scantrad-VF to Madara (#16703)
This commit is contained in:
parent
fdb81fd7b4
commit
4d2f4f1d0a
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
|
@ -0,0 +1,10 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.fr.scantradvf
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class ScantradVF : Madara("Scantrad-VF", "https://scantrad-vf.co", "fr", SimpleDateFormat("d MMMM yyyy", Locale.FRENCH)) {
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
}
|
|
@ -365,6 +365,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Sawamics", "https://sawamics.com", "en"),
|
SingleLang("Sawamics", "https://sawamics.com", "en"),
|
||||||
SingleLang("ScamberTraslator", "https://scambertraslator.com", "es", overrideVersionCode = 3),
|
SingleLang("ScamberTraslator", "https://scambertraslator.com", "es", overrideVersionCode = 3),
|
||||||
SingleLang("Scans Raw", "https://scansraw.com", "en", overrideVersionCode = 1),
|
SingleLang("Scans Raw", "https://scansraw.com", "en", overrideVersionCode = 1),
|
||||||
|
SingleLang("Scantrad-VF", "https://scantrad-vf.co", "fr", className = "ScantradVF"),
|
||||||
SingleLang("Sdl scans", "https://sdlscans.com", "es", className = "SdlScans"),
|
SingleLang("Sdl scans", "https://sdlscans.com", "es", className = "SdlScans"),
|
||||||
SingleLang("Sensaina Yuri", "https://sensainayuri.dropescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("Sensaina Yuri", "https://sensainayuri.dropescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("ShavelProiection", "https://www.shavelproiection.com", "it", true),
|
SingleLang("ShavelProiection", "https://www.shavelproiection.com", "it", true),
|
||||||
|
|
Loading…
Reference in New Issue