fixed Paradisehill decoding link

This commit is contained in:
hexated 2022-10-08 02:52:13 +07:00
parent 85352da28a
commit eb46743df8
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 1
version = 2
cloudstream {

View File

@ -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-"),