forked from recloudstream/cloudstream
Fixed AnimeWorldProvider and disabled 2 domains with cloudflare :(
This commit is contained in:
parent
9551805661
commit
6ebcf44147
3 changed files with 54 additions and 15 deletions
File diff suppressed because one or more lines are too long
|
@ -14,7 +14,7 @@ import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class FilmpertuttiProvider : MainAPI() {
|
class FilmpertuttiProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
override var mainUrl = "https://www.filmpertutti.buzz"
|
override var mainUrl = "https://www.filmpertutti.love"
|
||||||
override var name = "Filmpertutti"
|
override var name = "Filmpertutti"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasChromecastSupport = true
|
override val hasChromecastSupport = true
|
||||||
|
@ -221,7 +221,7 @@ class FilmpertuttiProvider : MainAPI() {
|
||||||
subtitleCallback: (SubtitleFile) -> Unit,
|
subtitleCallback: (SubtitleFile) -> Unit,
|
||||||
callback: (ExtractorLink) -> Unit
|
callback: (ExtractorLink) -> Unit
|
||||||
): Boolean {
|
): Boolean {
|
||||||
tryParseJson<List<String>>(data)?.forEach { id ->
|
tryParseJson<List<String>>(data)?.apmap { id ->
|
||||||
if (id.contains("buckler")){
|
if (id.contains("buckler")){
|
||||||
val id2 = unshorten_linkup(id).trim().replace("/v/","/e/").replace("/f/","/e/")
|
val id2 = unshorten_linkup(id).trim().replace("/v/","/e/").replace("/f/","/e/")
|
||||||
loadExtractor(id2, data, callback)
|
loadExtractor(id2, data, callback)
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
"CineblogProvider": {
|
"CineblogProvider": {
|
||||||
"language": "it",
|
"language": "it",
|
||||||
"name": "CineBlog",
|
"name": "CineBlog",
|
||||||
"status": 1,
|
"status": 0,
|
||||||
"url": "https://cb01.rip"
|
"url": "https://cb01.rip"
|
||||||
},
|
},
|
||||||
"CinecalidadProvider": {
|
"CinecalidadProvider": {
|
||||||
|
@ -197,8 +197,8 @@
|
||||||
"FilmpertuttiProvider": {
|
"FilmpertuttiProvider": {
|
||||||
"language": "it",
|
"language": "it",
|
||||||
"name": "Filmpertutti",
|
"name": "Filmpertutti",
|
||||||
"status": 1,
|
"status": 0,
|
||||||
"url": "https://www.filmpertutti.buzz"
|
"url": "https://www.filmpertutti.love"
|
||||||
},
|
},
|
||||||
"FmoviesToProvider": {
|
"FmoviesToProvider": {
|
||||||
"language": "en",
|
"language": "en",
|
||||||
|
|
Loading…
Reference in a new issue