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
This commit is contained in:
Moon Light「つかり」
2022-02-19 05:09:49 +07:00
committed by GitHub
parent c022d05d9d
commit 82bcc204fd
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
pkgNameSuffix = 'id.otakudesu'
extClass = '.OtakuDesu'
extVersionCode = 9
libVersion = '12'
libVersion = '13'
}
apply from: "$rootDir/common.gradle"

View File

@ -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"