fixed Smashy again

This commit is contained in:
hexated 2023-02-20 03:34:56 +07:00
parent 9654ff0cbe
commit bcaa848a33
1 changed files with 1 additions and 1 deletions

View File

@ -1904,7 +1904,7 @@ object SoraExtractor : SoraStream() {
"$smashyStreamAPI/playere.php?imdb=$imdbId&season=$season&episode=$episode"
}
app.get(url).document.select("div#_default-servers a.server").map {
app.get(url, referer = "https://smashystream.com/").document.select("div#_default-servers a.server").map {
it.attr("data-id") to it.text()
}.apmap {
when {