Add Scantrad-VF to Madara (#16703)

This commit is contained in:
KirinRaikage 2023-06-12 20:59:32 +02:00 committed by GitHub
parent fdb81fd7b4
commit 4d2f4f1d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 0 deletions

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

View File

@ -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
}

View File

@ -365,6 +365,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Sawamics", "https://sawamics.com", "en"),
SingleLang("ScamberTraslator", "https://scambertraslator.com", "es", overrideVersionCode = 3),
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("Sensaina Yuri", "https://sensainayuri.dropescan.com", "pt-BR", isNsfw = true, overrideVersionCode = 2),
SingleLang("ShavelProiection", "https://www.shavelproiection.com", "it", true),