changing domain

This commit is contained in:
kushyanthpothi 2023-03-19 16:23:10 +05:30 committed by GitHub
parent fee129c1ce
commit a2d005d864
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://ww1.ibomma.tel/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,
)
}
}