mirror of
https://github.com/daarkdemon/cs-darkdemon-extensions.git
synced 2024-08-14 23:57:20 +00:00
fix(IBomma): update domain
This commit is contained in:
parent
51210ea5b7
commit
931ab31fea
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
version = 2
|
||||
version = 3
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
@ -21,5 +21,5 @@ cloudstream {
|
|||
"Movie",
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=ww1.ibomma.one/telugu-movies&sz=%size%"
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=ww2.ibomma.cx&sz=%size%"
|
||||
}
|
||||
|
|
|
@ -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://ww2.ibomma.one/telugu-movies"
|
||||
override var mainUrl = "https://ww2.ibomma.cx/telugu-movies"
|
||||
override var name = "IBomma"
|
||||
override val hasMainPage = true
|
||||
override var lang = "te"
|
||||
|
|
Loading…
Reference in a new issue