Manga Gezgini(tr): Update Domain, and DoujinDesu (id): Fix typo in Genre (#7619)
* update domain MangaGezgini * fix typo
This commit is contained in:
parent
5e57723c32
commit
7c3386fcf2
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'DoujinDesu'
|
||||
extClass = '.DoujinDesu'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -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"),
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue