diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/tr/MangaGezgini.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/tr/MangaGezgini.kt index 4fb122ff..7f712610 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/tr/MangaGezgini.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/tr/MangaGezgini.kt @@ -7,6 +7,6 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser @MangaSourceParser("MANGAGEZGINI", "MangaGezgini", "tr") internal class MangaGezgini(context: MangaLoaderContext) : - MadaraParser(context, MangaParserSource.MANGAGEZGINI, "mangagezgini.co", pageSize = 20) { + MadaraParser(context, MangaParserSource.MANGAGEZGINI, "mangagezgini.pro", pageSize = 20) { override val datePattern = "dd/MM/yyyy" }