Update IBommaProvider.kt

This commit is contained in:
Srinivas 2023-03-27 21:47:43 +05:30 committed by GitHub
parent fee129c1ce
commit 19aa7cb16a
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://ww2.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,
)
}
}