From 7a332bdace15b412c52ba92bd0b3dc61974a5f1b Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Sun, 25 Sep 2022 13:20:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86168=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E5=92=8C=E7=9B=B8=E5=85=B3=E7=9A=84=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "base/\350\247\243\346\236\220.conf" | 1 + jiexi/168.js | 12 ++++++++++++ js/version.txt | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 jiexi/168.js diff --git "a/base/\350\247\243\346\236\220.conf" "b/base/\350\247\243\346\236\220.conf" index 729ba5d..b12f685 100644 --- "a/base/\350\247\243\346\236\220.conf" +++ "b/base/\350\247\243\346\236\220.conf" @@ -2,6 +2,7 @@ # 0123,对应,普通解析,json解析,并发多json解析,聚合解析,参数3不填默认0 # flags是线路名称标识,会自动拦截并走以下的解析 # 名称,链接,类型,ua (ua不填默认 Mozilla/5.0) 可以手动填 Dart/2.14 (dart:io) +168,{{host}}/parse/api/168.js?url=,1 虾米,https://dm.xmflv.com:4433/?url= 解析13,http://api.wpsseo.cn/?v=,0 解析14,https://go.yh0523.cn/y.cy?url=,0 diff --git a/jiexi/168.js b/jiexi/168.js new file mode 100644 index 0000000..9b42d50 --- /dev/null +++ b/jiexi/168.js @@ -0,0 +1,12 @@ +let jxUrl = 'http://168.qxzm.cc/user/owe.php?app=10000&account=hjdhnx&password=hjdhnx&url='; +fetch_params.headers.Referer = jxUrl; +try { + // realUrl = null; + let html = request(jxUrl+vipUrl); + log(html); + realUrl = jsp.pjfh(html,'$..url'); + log('解析到真实播放地址:'+realUrl); +}catch (e) { + log('解析发生错误:'+e.message); + realUrl = vipUrl; +} \ No newline at end of file diff --git a/js/version.txt b/js/version.txt index 2504e04..50c9b5f 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.7.13 \ No newline at end of file +3.7.14 \ No newline at end of file -- GitLab