Madara - Updates (#13544)
* Update Lara Manga * Add MidnightManga * Adds Cartel de Manhwas * Add Atlantis scan
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 22 KiB |
BIN
multisrc/overrides/madara/atlantisscan/res/web_hi_res_512.png
Normal file
After Width: | Height: | Size: 123 KiB |
@ -0,0 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.es.atlantisscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class Atlantisscan : Madara("Atlantis scan", "https://atlantisscan.com", "es", dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale("es")))
|
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 28 KiB |
BIN
multisrc/overrides/madara/carteldemanhwas/res/web_hi_res_512.png
Normal file
After Width: | Height: | Size: 179 KiB |
@ -0,0 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.es.carteldemanhwas
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class CarteldeManhwas : Madara("Cartel de Manhwas", "https://carteldemws.com", "es", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")))
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||
|
||||
class LaraManga : Madara(
|
||||
"Lara Manga",
|
||||
"https://laramanga.com",
|
||||
"https://laramanga.love",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US)
|
||||
)
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 22 KiB |
BIN
multisrc/overrides/madara/midnightmanga/res/web_hi_res_512.png
Normal file
After Width: | Height: | Size: 136 KiB |
@ -0,0 +1,7 @@
|
||||
package eu.kanade.tachiyomi.extension.es.midnightmanga
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class MidnightManga : Madara("MidnightManga", "http://midnightmanga.com", "es", dateFormat = SimpleDateFormat("dd MMM, yyyy", Locale("es")))
|
@ -49,6 +49,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Astra Scans", "https://astrascans.com", "en"),
|
||||
SingleLang("Astral Library", "https://www.astrallibrary.net", "en", overrideVersionCode = 2),
|
||||
SingleLang("Atikrost", "https://atikrost.com", "tr", overrideVersionCode = 1),
|
||||
SingleLang("Atlantis scan", "https://atlantisscan.com", "es"),
|
||||
SingleLang("AZManhwa", "https://azmanhwa.net", "en"),
|
||||
SingleLang("Azora", "https://azoraworld.com", "ar", overrideVersionCode = 3),
|
||||
SingleLang("Bakaman", "https://bakaman.net", "th", overrideVersionCode = 1),
|
||||
@ -64,6 +65,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("BoysLove", "https://boyslove.me", "en", overrideVersionCode = 2),
|
||||
SingleLang("bsasmenu.com", "https://bsasmenu.com", "en", className = "BsasmenuCom"),
|
||||
SingleLang("Café com Yaoi", "http://cafecomyaoi.com.br", "pt-BR", pkgName = "cafecomyaoi", className = "CafeComYaoi", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Cartel de Manhwas", "https://carteldemws.com", "es"),
|
||||
SingleLang("CAT-translator", "https://cats-translator.com/manga", "th", className = "CatTranslator", overrideVersionCode = 2),
|
||||
SingleLang("Cat300", "https://cat300.com", "th", isNsfw = true, className = "Cat300", overrideVersionCode = 1),
|
||||
SingleLang("CatOnHeadTranslations", "https://catonhead.com", "en", overrideVersionCode = 2),
|
||||
@ -172,7 +174,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Kun Manga", "https://kunmanga.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Lady Manga", "https://ladymanga.com", "en"),
|
||||
SingleLang("Lala Manga", "https://lalamanga.com", "en", isNsfw = true),
|
||||
SingleLang("Lara Manga", "https://laramanga.com", "en"),
|
||||
SingleLang("Lara Manga", "https://laramanga.love", "en", overrideVersionCode = 1),
|
||||
SingleLang("Latest Manga", "https://latestmanga.net", "en", overrideVersionCode = 1),
|
||||
SingleLang("Levelerscans", "https://levelerscans.xyz", "en", overrideVersionCode = 1),
|
||||
SingleLang("Leviatan Scans X", "https://xxx.leviatanscans.com", "en", isNsfw = true),
|
||||
@ -335,6 +337,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||
SingleLang("MHentais", "https://mhentais.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Mhmanga", "https://mhmanga.com", "en"),
|
||||
SingleLang("Midnight Mess Scans", "https://midnightmess.org", "en", isNsfw = true, overrideVersionCode = 6),
|
||||
SingleLang("MidnightManga", "http://midnightmanga.com", "es"),
|
||||
SingleLang("Milftoon", "https://milftoon.xxx", "en", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("MiniTwo Scan", "https://minitwoscan.com", "pt-BR"),
|
||||
SingleLang("Mirad Scanlator", "https://miradscanlator.site", "pt-BR", overrideVersionCode = 1),
|
||||
|