mirror of
https://github.com/qist/tvbox.git
synced 2025-10-28 02:32:16 +00:00
ixt
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user