fix build

This commit is contained in:
jack 2023-12-11 11:33:36 +07:00
parent 7f966fac10
commit a9660b7763
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Hdmovie2 : Movierulzhd() {
} else {
var document = app.get(data).document
if (document.select("title").text() == "Just a moment...") {
document = app.get(data, interceptor = interceptor).document
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"