(en/animeowl) Updated Url of Animeowl (#751)

* Update AnimeOwl.kt

* Update build.gradle
This commit is contained in:
Arkai1 2025-03-05 01:07:18 +05:30 committed by GitHub
parent df46b6a53a
commit 6dc8f5eb83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"