mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed Smashy again
This commit is contained in:
parent
9654ff0cbe
commit
bcaa848a33
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue