mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update few providers
This commit is contained in:
parent
471a1703a3
commit
dd612e12bc
32 changed files with 370 additions and 248 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 5
|
||||
version = 6
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -170,8 +170,8 @@ class Nekopoi : MainAPI() {
|
|||
link.name,
|
||||
link.url,
|
||||
link.referer,
|
||||
if (link.isM3u8) link.quality else it.first,
|
||||
link.isM3u8,
|
||||
if (link.type == ExtractorLinkType.M3U8) link.quality else it.first,
|
||||
link.type,
|
||||
link.headers,
|
||||
link.extractorData
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue