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:
@ -6,7 +6,7 @@ ext {
|
||||
pkgNameSuffix = 'id.otakudesu'
|
||||
extClass = '.OtakuDesu'
|
||||
extVersionCode = 9
|
||||
libVersion = '12'
|
||||
libVersion = '13'
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user