From 9581c675cf79484e90b307585e8c1850bdd10431 Mon Sep 17 00:00:00 2001 From: Ghost <> Date: Fri, 20 Jun 2025 01:03:32 -0500 Subject: [PATCH] Closes #1000 (#1001) Checklist: Closes #1000 - [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions - [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [ ] Have not changed source names - [ ] Have explicitly kept the `id` if a source's name or language were changed - [ ] Have tested the modifications by compiling and running the extension through Android Studio - [ ] Have removed `web_hi_res_512.png` when adding a new extension - [ ] Have made sure all the icons are in png format Co-authored-by: GraveEaterMadison Co-authored-by: Thinker <170967310+GraveEaterMadison@users.noreply.github.com> Co-authored-by: Zero <170967310+GraveEaterMadison@users.noreply.github.com> Reviewed-on: https://kohiden.xyz/Kohi-den/extensions-source/pulls/1001 Co-authored-by: Ghost <> Co-committed-by: Ghost <> --- src/it/streamingcommunity/build.gradle | 2 +- .../animeextension/it/streamingcommunity/StreamingCommunity.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/it/streamingcommunity/build.gradle b/src/it/streamingcommunity/build.gradle index e990e1ae..c957c25a 100644 --- a/src/it/streamingcommunity/build.gradle +++ b/src/it/streamingcommunity/build.gradle @@ -1,7 +1,7 @@ ext { extName = 'StreamingCommunity' extClass = '.StreamingCommunity' - extVersionCode = 6 + extVersionCode = 7 } apply from: "$rootDir/common.gradle" diff --git a/src/it/streamingcommunity/src/eu/kanade/tachiyomi/animeextension/it/streamingcommunity/StreamingCommunity.kt b/src/it/streamingcommunity/src/eu/kanade/tachiyomi/animeextension/it/streamingcommunity/StreamingCommunity.kt index a41d9088..2ed4cc1f 100644 --- a/src/it/streamingcommunity/src/eu/kanade/tachiyomi/animeextension/it/streamingcommunity/StreamingCommunity.kt +++ b/src/it/streamingcommunity/src/eu/kanade/tachiyomi/animeextension/it/streamingcommunity/StreamingCommunity.kt @@ -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"