mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed Paradisehill decoding link
This commit is contained in:
parent
85352da28a
commit
eb46743df8
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -4,7 +4,6 @@ import com.lagradost.cloudstream3.*
|
|||
import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
|
||||
import com.lagradost.cloudstream3.utils.*
|
||||
import org.jsoup.nodes.Element
|
||||
import java.util.*
|
||||
|
||||
class Paradisehill : MainAPI() {
|
||||
override var mainUrl = "https://en.paradisehill.cc"
|
||||
|
@ -105,7 +104,7 @@ class Paradisehill : MainAPI() {
|
|||
ExtractorLink(
|
||||
this.name,
|
||||
this.name,
|
||||
data,
|
||||
data.replace("\\", ""),
|
||||
referer = mainUrl,
|
||||
quality = Qualities.Unknown.value,
|
||||
// headers = mapOf("Range" to "bytes=0-"),
|
||||
|
|
Loading…
Reference in a new issue