无名.js 544 B

123456789101112131415161718
  1. // let jxUrl = 'http://api.ckflv.cn/?url=';
  2. var flag = [];
  3. function lazy() {
  4. log(env);
  5. let jxUrl = 'https://k.json.icu/home/api?type=ys&uid=12406929&key=adgouwyCGIRSTUV046&url=';
  6. fetch_params.headers.Referer = jxUrl;
  7. try {
  8. // realUrl = null;
  9. let html = request(jxUrl + input);
  10. log(html);
  11. realUrl = jsp.pjfh(html, '$..url');
  12. log('解析到真实播放地址:' + realUrl);
  13. } catch (e) {
  14. log('解析发生错误:' + e.message);
  15. realUrl = input;
  16. }
  17. return realUrl
  18. }