fixed streamingcommunity domain #972

Merged
GraveEaterMadison merged 13 commits from main into main 2025-05-02 02:12:58 -05:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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