mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: added Aoneroom
This commit is contained in:
parent
a90648fa79
commit
15f99b4ddf
8 changed files with 167 additions and 28 deletions
|
@ -42,10 +42,7 @@ class Hdmovie2 : Movierulzhd() {
|
|||
callback
|
||||
)
|
||||
} else {
|
||||
var document = app.get(data).document
|
||||
if (document.select("title").text() == "Just a moment...") {
|
||||
document = app.get(data).document
|
||||
}
|
||||
val document = app.get(data).document
|
||||
val id = document.select("meta#dooplay-ajax-counter").attr("data-postid")
|
||||
val type = if (data.contains("/movies/")) "movie" else "tv"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue