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