sora: added Aoneroom

This commit is contained in:
hexated 2023-12-15 11:32:48 +07:00
parent a90648fa79
commit 15f99b4ddf
8 changed files with 167 additions and 28 deletions

View file

@ -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"