mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
update hdmovie domain
This commit is contained in:
parent
e3e62c74f6
commit
82a312baf5
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
@ -21,5 +21,4 @@ cloudstream {
|
|||
"TvSeries",
|
||||
"Movie",
|
||||
)
|
||||
|
||||
}
|
|
@ -9,7 +9,7 @@ import org.jsoup.Jsoup
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class HDMovie5 : MainAPI() {
|
||||
override var mainUrl = "https://hdmovie2.click"
|
||||
override var mainUrl = "https://hdmovie2.plus"
|
||||
override var name = "HDMovie"
|
||||
override var lang = "hi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue