Manga Gezgini(tr): Update Domain, and DoujinDesu (id): Fix typo in Genre (#7619)

* update domain MangaGezgini

* fix typo
This commit is contained in:
Prem Kumar 2025-02-12 21:47:08 +05:30 committed by Draff
parent 5e57723c32
commit 7c3386fcf2
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'DoujinDesu'
extClass = '.DoujinDesu'
extVersionCode = 7
extVersionCode = 8
isNsfw = true
}

View File

@ -136,7 +136,7 @@ class DoujinDesu : ParsedHttpSource(), ConfigurableSource {
Genre("Cunnilingus"),
Genre("Dark Skin"),
Genre("Daughter"),
Genre("Defloartion"),
Genre("Defloration"),
Genre("Demon"),
Genre("Demon Girl"),
Genre("Dick Growth"),

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaGezgini'
extClass = '.MangaGezgini'
themePkg = 'madara'
baseUrl = 'https://mangagezgini.vip'
overrideVersionCode = 5
baseUrl = 'https://mangagezgini.site'
overrideVersionCode = 6
isNsfw = false
}

View File

@ -11,7 +11,7 @@ import java.util.Locale
class MangaGezgini : Madara(
"MangaGezgini",
"https://mangagezgini.vip",
"https://mangagezgini.site",
"tr",
SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {