From 48cfc3347b062a543910feac8479e445713f7368 Mon Sep 17 00:00:00 2001 From: Naga <94557604+NagaYZ@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:37:26 +0200 Subject: [PATCH] TraduccionesAmistosas: Update domain (#2145) --- .github/summary.yaml | 2 +- .../kotatsu/parsers/site/madara/es/TraduccionesAmistosas.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/summary.yaml b/.github/summary.yaml index 8169b63c..b027f95d 100644 --- a/.github/summary.yaml +++ b/.github/summary.yaml @@ -1 +1 @@ -total: 1249 \ No newline at end of file +total: 1250 \ No newline at end of file diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/TraduccionesAmistosas.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/TraduccionesAmistosas.kt index aff37d9a..1e82ec66 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/TraduccionesAmistosas.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/madara/es/TraduccionesAmistosas.kt @@ -7,6 +7,6 @@ import org.koitharu.kotatsu.parsers.site.madara.MadaraParser @MangaSourceParser("TRADUCCIONESAMISTOSAS", "TraduccionesAmistosas", "es") internal class TraduccionesAmistosas(context: MangaLoaderContext) : - MadaraParser(context, MangaParserSource.TRADUCCIONESAMISTOSAS, "traduccionesamistosas.cookni.net", 10) { + MadaraParser(context, MangaParserSource.TRADUCCIONESAMISTOSAS, "traduccionesamistosas.topmanhuas.org", 10) { override val datePattern = "d 'de' MMMMM 'de' yyyy" }