Compare commits

...

3 Commits

Author SHA1 Message Date
Deepak Patil d7e9f37791
fix(Cinevez): update domain and bump version 2022-12-31 14:00:57 +05:30
Deepak Patil 931ab31fea
fix(IBomma): update domain 2022-12-31 13:41:31 +05:30
Deepak Patil 51210ea5b7
fix(AnimeWord): update rocklinks bypass 2022-12-31 13:22:26 +05:30
6 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
version = 4
version = 5
cloudstream {

View File

@ -190,7 +190,7 @@ class AnimeWorldProvider : MainAPI() { // all providers must be an instance of M
private suspend fun bypassRockLinks(link: String) {
val domain =
if (link.contains("rocklinks")) "https://blog.disheye.com" else "https://cac.teckypress.in"
if (link.contains("rocklinks")) "https://link.techyone.co" else "https://cac.teckypress.in"
val baseUrl =
if (link.contains("rocklinks")) "$domain/${link.substringAfterLast("/")}?quelle=" else "$domain/${
link.substringAfterLast("/")

View File

@ -1,4 +1,4 @@
version = 1
version = 2
cloudstream {
@ -21,5 +21,5 @@ cloudstream {
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=cinevez.pe&sz=%size%"
iconUrl = "https://www.google.com/s2/favicons?domain=ww1.cinevez.mx&sz=%size%"
}

View File

@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
import org.jsoup.nodes.Element
class CinevezProvider : MainAPI() { // all providers must be an instance of MainAPI
override var mainUrl = "https://cinevez.pe"
override var mainUrl = "https://ww1.cinevez.mx"
override var name = "Cinevez"
override val hasMainPage = true
override var lang = "hi"

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"