Skip to content

Commit cdf34fd

Browse files
BenkodRBenKod-r
andauthored
anime-sama: Domain api url fix (#21)
* Changed domain url .si to .tv * Updated version Code anime-sama --------- Co-authored-by: Benkod-r <benk.devweb@gmail.com>
1 parent 96fc520 commit cdf34fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AnimeSama/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// use an integer for version numbers
2-
version = 5
2+
version = 6
33

44

55
cloudstream {

AnimeSama/src/main/kotlin/com/ycngmn/AnimesamaProvider.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.jsoup.nodes.Element
2626

2727
class AnimesamaProvider : MainAPI() {
2828

29-
override var mainUrl = "https://anime-sama.si"
29+
override var mainUrl = "https://anime-sama.tv"
3030
override var name = "Anime-sama"
3131
override val supportedTypes = setOf(
3232
TvType.Anime,
@@ -234,7 +234,7 @@ class AnimesamaProvider : MainAPI() {
234234
* @param streamPage The AnimeSama URL to scrape from.
235235
* Example:
236236
* ```
237-
* https://anime-sama.si/catalogue/anime-name/saison0/vostfr/
237+
* https://anime-sama.tv/catalogue/anime-name/saison0/vostfr/
238238
* ```
239239
* @return A map containing pairs of sources and their corresponding lists of stream links,
240240
* or an empty list if no match is found.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ International plugins for [CloudStream](https://cloudstream.on.fleek.co) develop
1919
## Extensions
2020
- [**Watch32**](https://watch32.sx): Watch32 is a Free Movies streaming site with over 10000 movies and TV-Series.
2121
- [**AniZone**](https://anizone.to): Anizone.to is a website with no about us section but hey, there are anime.
22-
- [**AnimeSama**](https://anime-sama.fr): Anime-Sama est un site de référencement et de catalogage, créé par des passionnés de l’animation et du divertissement APAC.
22+
- [**AnimeSama**](https://anime-sama.tv): Anime-Sama est un site de référencement et de catalogage, créé par des passionnés de l’animation et du divertissement APAC.
2323
- [**StreamCloud**](https://streamcloud.my): Stream Filme Kostenlos Online anschauen Deutsch.
2424
- [**French-stream**](https://fstream.one): French Stream est un site qui va récupèrer les films et séries sur des plateformes comme Disney+, Netflix, Amazon Prime Video, HBO, Apple TV , Wakanim, Viki... et vous les proposer Gratuitement!
2525
- ~~[**FreeDriveMovie**](https://freedrivemovie.com)~~: Indian multi-lingual movies & TV shows.
26-
- [**Flixmet**](https://flixmet.com): Watch any movie worldwide including Hollywood, Bollywood and Bengali. PREFER DOWNLOAD THAN STREAMING!
26+
- [**Flixmet**](https://flixmet.com): Watch any movie worldwide including Hollywood, Bollywood and Bengali. PREFER DOWNLOAD THAN STREAMING!

0 commit comments

Comments
 (0)