File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
AnimeSama/src/main/kotlin/com/ycngmn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import org.jsoup.nodes.Element
2626
2727class 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.
You can’t perform that action at this time.
0 commit comments