(en/animeowl) Updated Url of Animeowl #751
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'AnimeOwl'
|
||||
extClass = '.AnimeOwl'
|
||||
extVersionCode = 21
|
||||
extVersionCode = 22
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -9,4 +9,4 @@ apply from: "$rootDir/common.gradle"
|
|||
dependencies {
|
||||
implementation(project(":lib:synchrony"))
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ class AnimeOwl : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
|||
|
||||
override val name = "AnimeOwl"
|
||||
|
||||
override val baseUrl = "https://animeowl.live"
|
||||
override val baseUrl = "https://animeowl.me"
|
||||
|
||||
override val lang = "en"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue