fix [cutiepie]: update url (#7368)

This commit is contained in:
E-Hern Lee 2021-06-02 20:40:21 +10:00 committed by GitHub
parent 7a93efa977
commit 3d0119f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class CutiePie : Madara("Cutie Pie", "https://cutiepie.ga", "tr", SimpleDateFormat("dd MMMM yyyy", Locale.forLanguageTag("tr")))
class CutiePie : Madara("Cutie Pie", "https://cutiepie.moe", "tr", SimpleDateFormat("dd MMMM yyyy", Locale.forLanguageTag("tr")))

View File

@ -47,7 +47,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Comicdom", "https://comicdom.org", "en"),
SingleLang("Comics Valley", "https://comicsvalley.com", "hi", isNsfw = true),
SingleLang("CopyPasteScan", "https://copypastescan.xyz", "es"),
SingleLang("Cutie Pie", "https://cutiepie.ga", "tr"),
SingleLang("Cutie Pie", "https://cutiepie.moe", "tr", overrideVersionCode = 1),
SingleLang("DarkYue Realm", "https://darkyuerealm.site/web", "pt-BR", pkgName = "darkyurealm", overrideVersionCode = 2),
SingleLang("Decadence Scans", "https://reader.decadencescans.com", "en", overrideVersionCode = 1),
SingleLang("شبكة كونان العربية", "https://www.manga.detectiveconanar.com", "ar", className = "DetectiveConanAr", overrideVersionCode = 1),