删除 'test.js'

pull/1/head
src48597962 2 years ago
parent 9c31edc058
commit b0283bf864
  1. 18
      test.js

@ -1,18 +0,0 @@
js:
let d = [];
setPageTitle(MY_PARAMS.title);
MY_URL = MY_URL.split('##')[1];
let html = request(MY_URL);
let lists = pdfa(html, "body&&item");
//log(lists)
lists.forEach(item => {
d.push({
title: item.match(/<title>(.*?)<\/title>/)[1],
desc: pdfh(item, "description&&Text"),
url: pdfh(item, "enclosure&&url"),
img: item.match(/image href="(.*?)"/)[1],
col_type: 'movie_1_left_pic'
})
})
setResult(d);
Loading…
Cancel
Save