Skip to content

Commit

Permalink
allanime
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeyatogod committed Oct 25, 2023
1 parent fdf59fd commit a101232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class AllAnimeSource : AnimeSource {
return this
}
private fun isThese(url: String): Boolean {
val unwantedSources = listOf("goload", "filemoon", "streamwish", "goone.pro", "playtaku", "streamsb", "ok.ru", "streamlare", "mp4upload", "Ak")
val unwantedSources = listOf("goload", "filemoon", "streamwish", "goone.pro", "playtaku", "streamsb", "ok.ru", "streamlare", "mp4upload", "Ak", "fast4speed")
unwantedSources.forEach { source ->
if (url.contains(source)) return true
}
Expand Down

0 comments on commit a101232

Please # to comment.