mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
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() {
|
||||
override var lang = "it"
|
||||
override var mainUrl = "https://www.filmpertutti.buzz"
|
||||
override var mainUrl = "https://www.filmpertutti.love"
|
||||
override var name = "Filmpertutti"
|
||||
override val hasMainPage = true
|
||||
override val hasChromecastSupport = true
|
||||
|
@ -221,7 +221,7 @@ class FilmpertuttiProvider : MainAPI() {
|
|||
subtitleCallback: (SubtitleFile) -> Unit,
|
||||
callback: (ExtractorLink) -> Unit
|
||||
): Boolean {
|
||||
tryParseJson<List<String>>(data)?.forEach { id ->
|
||||
tryParseJson<List<String>>(data)?.apmap { id ->
|
||||
if (id.contains("buckler")){
|
||||
val id2 = unshorten_linkup(id).trim().replace("/v/","/e/").replace("/f/","/e/")
|
||||
loadExtractor(id2, data, callback)
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
"CineblogProvider": {
|
||||
"language": "it",
|
||||
"name": "CineBlog",
|
||||
"status": 1,
|
||||
"status": 0,
|
||||
"url": "https://cb01.rip"
|
||||
},
|
||||
"CinecalidadProvider": {
|
||||
|
@ -197,8 +197,8 @@
|
|||
"FilmpertuttiProvider": {
|
||||
"language": "it",
|
||||
"name": "Filmpertutti",
|
||||
"status": 1,
|
||||
"url": "https://www.filmpertutti.buzz"
|
||||
"status": 0,
|
||||
"url": "https://www.filmpertutti.love"
|
||||
},
|
||||
"FmoviesToProvider": {
|
||||
"language": "en",
|
||||
|
|
Loading…
Reference in a new issue