mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Create nplayer.js
This commit is contained in:
9
Scripts/nplayer.js
Normal file
9
Scripts/nplayer.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
提取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({});
|
||||
Reference in New Issue
Block a user