mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
Update Domain for Ibomma
This commit is contained in:
parent
21297f1ef5
commit
012fdf8a65
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import org.jsoup.nodes.Element
|
|||
import java.net.URLEncoder
|
||||
|
||||
class IBommaProvider : MainAPI() { // all providers must be an instance of MainAPI
|
||||
override var mainUrl = "https://ww1.ibomma.one/telugu-movies"
|
||||
override var mainUrl = "https://ww2.ibomma.cc/telugu-movies"
|
||||
override var name = "IBomma"
|
||||
override val hasMainPage = true
|
||||
override var lang = "te"
|
||||
|
@ -178,4 +178,4 @@ class IBommaProvider : MainAPI() { // all providers must be an instance of MainA
|
|||
@JsonProperty("title") var title: String? = null,
|
||||
@JsonProperty("image_link") var imageLink: String? = null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue