mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
* change url (#1157)
This commit is contained in:
parent
a95d679821
commit
adf2032db0
1 changed files with 2 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue