Skip to content

Commit

Permalink
AllAnime
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeyatogod committed Oct 14, 2023
1 parent 9c27d8c commit 456d043
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ class AllAnimeSource : AnimeSource {
println("${index + 1}) $item")
}
println("======= =====")
val sourceUrl = sortedList.first()
val sourceUrl = sortedList[1]
if (sourceUrl.contains("apivtwo")) {
val apiUrl = "https://allanimenews.com"
val apiUrl = "https://embed.ssbcontent.site"
println(apiUrl)
println(
"$apiUrl${
Expand Down Expand Up @@ -201,7 +201,7 @@ class AllAnimeSource : AnimeSource {
return this
}
private fun isThese(url: String): Boolean {
val unwantedSources = listOf("goload", "filemoon", "streamwish", "playtaku", "streamsb", "ok.ru", "streamlare", "mp4upload", "Ak")
val unwantedSources = listOf("goload", "filemoon", "streamwish", "goone.pro", "playtaku", "streamsb", "ok.ru", "streamlare", "mp4upload", "Ak")
unwantedSources.forEach { source ->
if (url.contains(source)) return true
}
Expand Down

0 comments on commit 456d043

Please # to comment.