OtakuDesu - Oploverz domain update (#557)

* OtakuDesu - Oploverz domaiin update

* Update .gitignore
This commit is contained in:
Moon Light「つかり」 2022-05-13 01:12:44 +07:00 committed by GitHub
parent 479ded9c87
commit 6414a38850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 8 deletions

4
.gitignore vendored
View file

@ -10,7 +10,3 @@ repo/
apk/
gen
generated-src/
.vscode/
.project
.settings
.classpath

View file

@ -5,7 +5,7 @@ ext {
extName = 'Oploverz'
pkgNameSuffix = 'id.oploverz'
extClass = '.Oploverz'
extVersionCode = 9
extVersionCode = 10
libVersion = '12'
}

View file

@ -25,7 +25,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
class Oploverz : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val baseUrl: String = "https://oploverz.fan"
override val baseUrl: String = "https://oploverz.asia"
override val lang: String = "id"
override val name: String = "Oploverz"
override val supportsLatest: Boolean = true

View file

@ -5,7 +5,7 @@ ext {
extName = 'OtakuDesu'
pkgNameSuffix = 'id.otakudesu'
extClass = '.OtakuDesu'
extVersionCode = 10
extVersionCode = 11
libVersion = '12'
}

View file

@ -29,7 +29,7 @@ class OtakuDesu : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
override val name = "OtakuDesu"
override val baseUrl = "https://otakudesu.pro"
override val baseUrl = "https://otakudesu.site"
override val lang = "id"