mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
sendvid extractor
This commit is contained in:
parent
f42e00f4c5
commit
8621808628
2 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ open class Sendvid : ExtractorApi() {
|
|||
urlString,
|
||||
mainUrl,
|
||||
headers = app.get(url).headers.toMap()
|
||||
).forEach { link ->
|
||||
).forEach {link ->
|
||||
sources.add(link)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -265,6 +265,8 @@ val extractorApis: MutableList<ExtractorApi> = arrayListOf(
|
|||
OkRu(),
|
||||
OkRuHttps(),
|
||||
Okrulink(),
|
||||
Sendvid(),
|
||||
SendvidHttps(),
|
||||
|
||||
// dood extractors
|
||||
DoodCxExtractor(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue