采用7K接口

This commit is contained in:
haiyangcui
2020-12-21 12:24:02 +01:00
parent 96678bf5df
commit a6b6407679

View File

@@ -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 {