From 82bcc204fda0a6c80d1d8048335004c66b0697f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moon=20Light=E3=80=8C=E3=81=A4=E3=81=8B=E3=82=8A=E3=80=8D?= <66781351+MoonLGH@users.noreply.github.com> Date: Sat, 19 Feb 2022 05:09:49 +0700 Subject: [PATCH] Change otakudesu domain because the old one are slow, and need to redirected first (#348) * Change domain to .pro because .info is gonna be outdated * Update version on build.gradle --- src/id/otakudesu/build.gradle | 2 +- .../kanade/tachiyomi/animeextension/id/otakudesu/OtakuDesu.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/id/otakudesu/build.gradle b/src/id/otakudesu/build.gradle index c9d115bcf..141b48d2d 100644 --- a/src/id/otakudesu/build.gradle +++ b/src/id/otakudesu/build.gradle @@ -6,7 +6,7 @@ ext { pkgNameSuffix = 'id.otakudesu' extClass = '.OtakuDesu' extVersionCode = 9 - libVersion = '12' + libVersion = '13' } apply from: "$rootDir/common.gradle" diff --git a/src/id/otakudesu/src/eu/kanade/tachiyomi/animeextension/id/otakudesu/OtakuDesu.kt b/src/id/otakudesu/src/eu/kanade/tachiyomi/animeextension/id/otakudesu/OtakuDesu.kt index f9190ef75..af138a2aa 100644 --- a/src/id/otakudesu/src/eu/kanade/tachiyomi/animeextension/id/otakudesu/OtakuDesu.kt +++ b/src/id/otakudesu/src/eu/kanade/tachiyomi/animeextension/id/otakudesu/OtakuDesu.kt @@ -29,7 +29,7 @@ class OtakuDesu : ConfigurableAnimeSource, ParsedAnimeHttpSource() { override val name = "OtakuDesu" - override val baseUrl = "https://otakudesu.info" + override val baseUrl = "https://otakudesu.pro" override val lang = "id"