mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Extractor: added Pichive & Sobreatsesuyp
This commit is contained in:
parent
30506ad32a
commit
56550ffe48
1 changed files with 0 additions and 3 deletions
|
@ -30,7 +30,6 @@ open class Sobreatsesuyp : ExtractorApi() {
|
||||||
}
|
}
|
||||||
Log.d("Kekik_${this.name}", "postJson » ${postJson}")
|
Log.d("Kekik_${this.name}", "postJson » ${postJson}")
|
||||||
|
|
||||||
val vidLinks = mutableSetOf<String>()
|
|
||||||
val vidPairs = mutableListOf<Pair<String, String>>()
|
val vidPairs = mutableListOf<Pair<String, String>>()
|
||||||
for (item in postJson) {
|
for (item in postJson) {
|
||||||
if (item.file == null || item.title == null) continue
|
if (item.file == null || item.title == null) continue
|
||||||
|
@ -38,8 +37,6 @@ open class Sobreatsesuyp : ExtractorApi() {
|
||||||
val fileUrl = "${mainUrl}/playlist/${item.file.substring(1)}.txt"
|
val fileUrl = "${mainUrl}/playlist/${item.file.substring(1)}.txt"
|
||||||
val videoData = app.post(fileUrl, referer = extRef).text
|
val videoData = app.post(fileUrl, referer = extRef).text
|
||||||
|
|
||||||
vidLinks.add(videoData)
|
|
||||||
|
|
||||||
vidPairs.add(Pair(item.title, videoData))
|
vidPairs.add(Pair(item.title, videoData))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue