Merge pull request #15 from mobby45/fixAnimeSama

Fixed anime sama
This commit is contained in:
almightyhak 2024-06-30 08:28:13 +07:00 committed by GitHub
commit cdbfbdca30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'AniSama'
extClass = '.AniSama'
extVersionCode = 5
extVersionCode = 6
}
apply from: "$rootDir/common.gradle"

View file

@ -40,7 +40,7 @@ class AniSama : ParsedAnimeHttpSource(), ConfigurableAnimeSource {
override val name = "AniSama"
override val baseUrl = "https://v1.anisama.net"
override val baseUrl = "https://animesz.xyz"
override val lang = "fr"