mirror of
https://github.com/qist/tvbox.git
synced 2025-01-24 03:04:56 +08:00
ixt
This commit is contained in:
parent
a31248ea26
commit
407eb1e637
@ -62,7 +62,8 @@ var rule = {
|
||||
let url = pd(it, "div.result_item_v&&data-id");
|
||||
let img = pd(it, ".figure_pic&&src");
|
||||
let fromTag = pdfh(it, ".result_source&&Text");
|
||||
if (fromTag.match(/腾讯/) && shortText) {
|
||||
let markAlt = pd(it, ".mark_v img&&alt");
|
||||
if (fromTag.match(/腾讯/) && shortText && !markAlt.match(/预告/)) {
|
||||
d.push({
|
||||
title: longText.split(shortText)[0],
|
||||
img: img,
|
||||
|
@ -40,7 +40,8 @@ var rule = {
|
||||
let url = pd(it, "div.result_item_v&&data-id");
|
||||
let img = pd(it, ".figure_pic&&src");
|
||||
let fromTag = pdfh(it, ".result_source&&Text");
|
||||
if (fromTag.match(/腾讯/) && shortText) {
|
||||
let markAlt = pd(it, ".mark_v img&&alt");
|
||||
if (fromTag.match(/腾讯/) && shortText && !markAlt.match(/预告/)) {
|
||||
d.push({
|
||||
title: longText.split(shortText)[0],
|
||||
img: img,
|
||||
|
Loading…
x
Reference in New Issue
Block a user