Skip to content

Commit d756ad0

Browse files
authored
Merge pull request #15 from Tanny35/main
Change anime-sama.fr to anime-sama.org
2 parents 99857e2 + ae66443 commit d756ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.fr"
29+
override var mainUrl = "https://anime-sama.org"
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.fr/catalogue/anime-name/saison0/vostfr/
237+
* https://anime-sama.org/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.

0 commit comments

Comments
 (0)