Compare commits

...
Sign in to create a new pull request.

19 commits

Author SHA1 Message Date
Zero
4a1893888c
bumped build to 7 2025-05-12 17:44:22 +05:30
Zero
f17a446988
Update StreamingCommunity domain 2025-05-12 17:43:44 +05:30
Zero
9869f5e1d6
Merge branch 'Kohi-den:main' into main 2025-05-12 17:42:58 +05:30
Zero
5e1e4775f7
Merge branch 'Kohi-den:main' into main 2025-05-10 15:41:05 +05:30
Zero
f683c11779
Merge branch 'Kohi-den:main' into main 2025-05-03 20:43:42 +00:00
Zero
a500ed305f
Merge branch 'Kohi-den:main' into main 2025-05-02 12:48:56 +05:30
Zero
3ddb4a015e
Bumped to 6 2025-05-02 11:35:12 +05:30
Zero
935da542c6
Changed streaming community domain 2025-05-02 11:34:31 +05:30
Zero
0e6196cd34
Merge branch 'Kohi-den:main' into main 2025-05-02 11:30:44 +05:30
Zero
e16ba59ecd
Merge branch 'Kohi-den:main' into main 2025-04-27 17:36:09 +05:30
Zero
6759862a90
Merge branch 'Kohi-den:main' into main 2025-04-24 11:24:14 +05:30
Zero
53863988af
Merge branch 'Kohi-den:main' into main 2025-04-15 15:14:01 +05:30
Zero
ac27488eda
Merge branch 'Kohi-den:main' into main 2025-04-10 23:03:52 +05:30
Zero
1a5ac6f37c
Merge branch 'Kohi-den:main' into main 2025-04-10 13:01:58 +05:30
Thinker
0a26101095
Merge branch 'Kohi-den:main' into main 2025-04-09 12:49:21 +05:30
Thinker
bca227aafc
Update HiAnime.kt 2025-04-06 10:49:48 +05:30
Thinker
08852e0e61
Bump AnimePahe extVersionCode to 30 for improved episode sorting and numbering 2025-04-06 02:08:50 +05:30
Thinker
b1446b5f73
Changed hianime domain to hianime.bz 2025-04-05 16:17:20 +05:30
GraveEaterMadison
93f06cd0e6 Fixed the episode number problem for animepahe 2025-04-04 13:29:52 +05:30
2 changed files with 2 additions and 2 deletions

View file

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

View file

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