From 791d48fce139c44626c9cc7d0a5e92f55ebb3a78 Mon Sep 17 00:00:00 2001 From: bapeey <90949336+bapeey@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:37:34 -0500 Subject: [PATCH] Legends no Fansub: Update domain (#1280) Update domain --- src/es/legendsnofansub/build.gradle | 4 ++-- .../tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/es/legendsnofansub/build.gradle b/src/es/legendsnofansub/build.gradle index 88cecd0fb..39e6e68d6 100644 --- a/src/es/legendsnofansub/build.gradle +++ b/src/es/legendsnofansub/build.gradle @@ -2,8 +2,8 @@ ext { extName = 'Legends No Fansub' extClass = '.LegendsNoFansub' themePkg = 'madara' - baseUrl = 'https://legends.nextnovels.com' - overrideVersionCode = 0 + baseUrl = 'https://legnmangas.com' + overrideVersionCode = 1 isNsfw = true } diff --git a/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt b/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt index 8f33c311f..1076637e6 100644 --- a/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt +++ b/src/es/legendsnofansub/src/eu/kanade/tachiyomi/extension/es/legendsnofansub/LegendsNoFansub.kt @@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit class LegendsNoFansub : Madara( "Legends No Fansub", - "https://legends.nextnovels.com", + "https://legnmangas.com", "es", SimpleDateFormat("dd/MM/yyyy", Locale("es")), ) {