mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
Merge cc52609363
into fee129c1ce
This commit is contained in:
commit
90ff01eb26
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
@ -22,5 +22,5 @@ cloudstream {
|
|||
"Anime"
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=moviesmod.net&sz=%size%"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=https://moviesmod.net.in&sz=%size%"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ import com.lagradost.cloudstream3.utils.Qualities
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class MoviesModProvider : MainAPI() { // all providers must be an instance of MainAPI
|
||||
override var mainUrl = "https://moviesmod.net"
|
||||
override var mainUrl = "https://moviesmod.net.in"
|
||||
override var name = "MoviesMod"
|
||||
override val hasMainPage = true
|
||||
override var lang = "hi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue