Update MO URL and name. (#15220)
This commit is contained in:
		
							parent
							
								
									560f55cfce
								
							
						
					
					
						commit
						2efe1af88b
					
				@ -7,13 +7,16 @@ import java.text.SimpleDateFormat
 | 
			
		||||
import java.util.Locale
 | 
			
		||||
import java.util.concurrent.TimeUnit
 | 
			
		||||
 | 
			
		||||
class MangasOverall : Madara(
 | 
			
		||||
    "Mangás Overall",
 | 
			
		||||
    "https://mangasoverall.com",
 | 
			
		||||
class RogMangas : Madara(
 | 
			
		||||
    "ROG Mangás",
 | 
			
		||||
    "https://rogmangas.com",
 | 
			
		||||
    "pt-BR",
 | 
			
		||||
    SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
 | 
			
		||||
) {
 | 
			
		||||
 | 
			
		||||
    // Changed their name from Mangás Overall to ROG Mangás.
 | 
			
		||||
    override val id: Long = 7865569692125193686
 | 
			
		||||
 | 
			
		||||
    override val client: OkHttpClient = super.client.newBuilder()
 | 
			
		||||
        .rateLimit(1, 2, TimeUnit.SECONDS)
 | 
			
		||||
        .build()
 | 
			
		||||
@ -264,7 +264,6 @@ class MadaraGenerator : ThemeSourceGenerator {
 | 
			
		||||
        SingleLang("MangaX1", "https://mangax1.com", "en"),
 | 
			
		||||
        SingleLang("MangaXP", "https://mangaxp.com", "en", overrideVersionCode = 1),
 | 
			
		||||
        SingleLang("MangaYami", "https://www.mangayami.club", "en", overrideVersionCode = 2),
 | 
			
		||||
        SingleLang("Mangás Overall", "https://mangasoverall.com", "pt-BR", className = "MangasOverall"),
 | 
			
		||||
        SingleLang("Manhatic", "https://manhatic.com", "ar", isNsfw = true),
 | 
			
		||||
        SingleLang("Manhua Dragon", "https://manhuadragon.com", "en"),
 | 
			
		||||
        SingleLang("Manhua ES", "https://manhuaes.com", "en", overrideVersionCode = 6),
 | 
			
		||||
@ -343,6 +342,7 @@ class MadaraGenerator : ThemeSourceGenerator {
 | 
			
		||||
        SingleLang("Prisma Hentais", "https://prismahentai.com", "pt-BR", isNsfw = true),
 | 
			
		||||
        SingleLang("Prisma Scans", "https://prismascans.net", "pt-BR", overrideVersionCode = 2),
 | 
			
		||||
        SingleLang("Projeto Scanlator", "https://projetoscanlator.com", "pt-BR", overrideVersionCode = 3),
 | 
			
		||||
        SingleLang("ROG Mangás", "https://rogmangas.com", "pt-BR", pkgName = "mangasoverall", className = "RogMangas", overrideVersionCode = 1),
 | 
			
		||||
        SingleLang("Ragnarok Scanlation", "https://ragnarokscanlation.com", "es", className = "RagnarokScanlation"),
 | 
			
		||||
        SingleLang("RagnarokScan", "https://ragnarokscan.com", "es"),
 | 
			
		||||
        SingleLang("Rainbow Fairy Scan", "https://rainbowfairyscan.com", "pt-BR"),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user