Add Glory Scans to MangaThemesia (#18741)
This commit is contained in:
parent
13f41aaaeb
commit
c6f5a54c96
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
|
@ -0,0 +1,7 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.fr.gloryscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class GloryScans : MangaThemesia("Glory Scans", "https://gloryscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH))
|
|
@ -40,6 +40,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Franxx Mangás", "https://franxxmangas.net", "pt-BR", className = "FranxxMangas", isNsfw = true),
|
SingleLang("Franxx Mangás", "https://franxxmangas.net", "pt-BR", className = "FranxxMangas", isNsfw = true),
|
||||||
SingleLang("Freak Scans", "https://freakscans.com", "en"),
|
SingleLang("Freak Scans", "https://freakscans.com", "en"),
|
||||||
SingleLang("Gecenin Lordu", "https://geceninlordu.com", "tr", overrideVersionCode = 1),
|
SingleLang("Gecenin Lordu", "https://geceninlordu.com", "tr", overrideVersionCode = 1),
|
||||||
|
SingleLang("Glory Scans", "https://gloryscans.fr", "fr"),
|
||||||
SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),
|
SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Gremory Mangas", "https://gremorymangas.com", "es"),
|
SingleLang("Gremory Mangas", "https://gremorymangas.com", "es"),
|
||||||
SingleLang("Hanuman Scan", "https://hanumanscan.com", "en"),
|
SingleLang("Hanuman Scan", "https://hanumanscan.com", "en"),
|
||||||
|
|
Loading…
Reference in New Issue