fixed streamingcommunity domain (#972)

* Fixed the episode number problem for animepahe

* Changed hianime domain to hianime.bz

* Bump AnimePahe extVersionCode to 30 for improved episode sorting and numbering

* Update HiAnime.kt

* Changed streaming community domain

* Bumped to 6

---------

Co-authored-by: GraveEaterMadison <GraveEaterMadison@users.noreply.github.com>
This commit is contained in:
Zero 2025-05-02 12:42:57 +05:30 committed by GitHub
parent b490d21610
commit b93c551b30
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 = 'StreamingCommunity'
extClass = '.StreamingCommunity'
extVersionCode = 5
extVersionCode = 6
}
apply from: "$rootDir/common.gradle"

View file

@ -30,7 +30,7 @@ class StreamingCommunity : ConfigurableAnimeSource, AnimeHttpSource() {
override val name = "StreamingCommunity"
override val baseUrl = "https://streamingcommunity.photos"
override val baseUrl = "https://streamingcommunity.spa"
override val lang = "it"