Skip to content

Commit

Permalink
OtakuDesu - Oploverz domain update (aniyomiorg#557)
Browse files Browse the repository at this point in the history
* OtakuDesu - Oploverz domaiin update

* Update .gitignore
  • Loading branch information
MoonLGH authored May 12, 2022
1 parent 479ded9 commit 6414a38
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ repo/
apk/
gen
generated-src/
.vscode/
.project
.settings
.classpath
2 changes: 1 addition & 1 deletion src/id/oploverz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
extName = 'Oploverz'
pkgNameSuffix = 'id.oploverz'
extClass = '.Oploverz'
extVersionCode = 9
extVersionCode = 10
libVersion = '12'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/id/otakudesu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
extName = 'OtakuDesu'
pkgNameSuffix = 'id.otakudesu'
extClass = '.OtakuDesu'
extVersionCode = 10
extVersionCode = 11
libVersion = '12'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6414a38

Please sign in to comment.