168.jsd 379 B

123456789101112
  1. let jxUrl = 'http://168.qxzm.cc/user/owe.php?app=10000&account=hjdhnx&password=hjdhnx&url=';
  2. fetch_params.headers.Referer = jxUrl;
  3. try {
  4. // realUrl = null;
  5. let html = request(jxUrl+vipUrl);
  6. log(html);
  7. realUrl = jsp.pjfh(html,'$..url');
  8. log('解析到真实播放地址:'+realUrl);
  9. }catch (e) {
  10. log('解析发生错误:'+e.message);
  11. realUrl = vipUrl;
  12. }