Create nplayer.js

This commit is contained in:
Shawn
2019-07-25 19:18:16 +08:00
committed by GitHub
parent 8453a62703
commit 9f96a89921

9
Scripts/nplayer.js Normal file
View 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({});