* change url (#1157)

This commit is contained in:
Shivam 2022-06-10 23:56:15 +05:30 committed by GitHub
parent a95d679821
commit adf2032db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.Jsoup
class HDMovie5 : MainAPI() {
override var mainUrl = "https://hdmovie5.tv"
override var mainUrl = "https://hdmovie5.mba"
override var name = "HDMovie"
override val lang = "hi"
@ -33,6 +33,7 @@ class HDMovie5 : MainAPI() {
MovieSearchResponse(
a.text(),
a.attr("href"),
this.name,
TvType.Movie,
it.select("img").attr("src"),