mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
10 lines
367 B
JavaScript
10 lines
367 B
JavaScript
/*
|
|
提取115中的视频使用nPlayer进行播放.
|
|
使用方法:
|
|
1.在[Script]分组下添加下面这行配置
|
|
http-request ^https?:\/\/.*\.115\.com\/.*\.m3u8.*$ script-path=https://raw.githubusercontent.com/ikanam/Surge-Scripts/master/115tonplayer.js
|
|
*/
|
|
|
|
$notify('播放地址提取成功, 长按(重按)通知查看', '', 'nplayer-' + $request.url);
|
|
$done({});
|