fix(IBomma): update domain

This commit is contained in:
Deepak Patil 2022-12-31 13:41:31 +05:30
parent 51210ea5b7
commit 931ab31fea
No known key found for this signature in database
GPG Key ID: 72C2703D0D120C3D
2 changed files with 3 additions and 3 deletions

View File

@ -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%"
}

View File

@ -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"