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
22645a56ff
commit
30506ad32a
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ open class Sobreatsesuyp : ExtractorApi() {
|
|||
val fileUrl = "${mainUrl}/playlist/${item.file.substring(1)}.txt"
|
||||
val videoData = app.post(fileUrl, referer = extRef).text
|
||||
|
||||
if (videoData in vidLinks) { continue }
|
||||
vidLinks.add(videoData)
|
||||
|
||||
vidPairs.add(Pair(item.title, videoData))
|
||||
|
|
Loading…
Reference in a new issue