mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
IBomma: update domain and bump version
This commit is contained in:
parent
21297f1ef5
commit
39ac234766
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -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.one/telugu-movies"
|
||||
override var name = "IBomma"
|
||||
override val hasMainPage = true
|
||||
override var lang = "te"
|
||||
|
|
Loading…
Reference in a new issue