Update domain

This commit is contained in:
givemyusd 2023-05-24 22:30:11 +05:30 committed by GitHub
parent fee129c1ce
commit 3a6d061c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.cx/telugu-movies"
override var mainUrl = "https://ww4.ibomma.pm/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,
)
}
}