Skip to content

Commit

Permalink
fix(id/otakudesu): Update baseUrl (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
willyreza authored Nov 2, 2023
1 parent e93c997 commit 2d2831f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/id/otakudesu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
extName = 'OtakuDesu'
pkgNameSuffix = 'id.otakudesu'
extClass = '.OtakuDesu'
extVersionCode = 21
extVersionCode = 22
libVersion = '13'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class OtakuDesu : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "OtakuDesu"

override val baseUrl = "https://otakudesu.wiki"
override val baseUrl = "https://otakudesu.cam"

override val lang = "id"

Expand Down

0 comments on commit 2d2831f

Please sign in to comment.