mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
3f66b6f0fa
commit
cfe34bb989
1 changed files with 1 additions and 1 deletions
|
@ -1655,7 +1655,7 @@ object SoraExtractor : SoraStream() {
|
||||||
app.get(
|
app.get(
|
||||||
url, referer = "https://smashystream.xyz/"
|
url, referer = "https://smashystream.xyz/"
|
||||||
).document.select("div#_default-servers a.server").map {
|
).document.select("div#_default-servers a.server").map {
|
||||||
it.attr("data-id") to it.text()
|
it.attr("data-url") to it.text()
|
||||||
}.apmap {
|
}.apmap {
|
||||||
when {
|
when {
|
||||||
it.second.contains(Regex("(Player F|Player FM)\$")) -> {
|
it.second.contains(Regex("(Player F|Player FM)\$")) -> {
|
||||||
|
|
Loading…
Reference in a new issue