mirror of
https://github.com/qist/tvbox.git
synced 2026-04-21 06:52:58 +00:00
add code "viewtipe" & update PG & update JS
This commit is contained in:
@@ -3,8 +3,9 @@ try {
|
||||
VOD={};
|
||||
let html1 = request(input);
|
||||
pdfh = jsp.pdfh;
|
||||
VOD.vod_id = pdfh(html1, "#current_id&&value");
|
||||
VOD.vod_name = pdfh(html1, "h2&&Text");
|
||||
//VOD.vod_id = pdfh(html1, "#current_id&&value");
|
||||
VOD.vod_id = input;
|
||||
VOD.vod_name = pdfh(html1, "h2&&Text");
|
||||
// VOD.vod_pic = pdfh(html1, ".item-root&&img&&src");
|
||||
VOD.vod_pic = pdfh(html1, ".item-root&&img&&data-src");
|
||||
// VOD.vod_actor = pdfh(html1, ".celebrity&&Text");
|
||||
|
||||
Reference in New Issue
Block a user