diff --git a/src/components/Play.vue b/src/components/Play.vue index 0b76cb7..b2bd170 100644 --- a/src/components/Play.vue +++ b/src/components/Play.vue @@ -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 {