mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 20:44:52 +08:00
采用7K接口
This commit is contained in:
@@ -574,7 +574,7 @@ export default {
|
||||
this.fetchM3u8List().then(m3u8Arr => {
|
||||
const url = m3u8Arr[index]
|
||||
if (!m3u8Arr[index].endsWith('.m3u8')) {
|
||||
const onlineUrl = 'https://www.1717yun.com/jiexi/?url=' + url
|
||||
const onlineUrl = 'https://jx.7kjx.com/?url=' + url
|
||||
const open = require('open')
|
||||
open(onlineUrl)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user