mirror of
https://github.com/qist/tvbox.git
synced 2025-10-28 02:32:16 +00:00
update file
This commit is contained in:
@@ -230,7 +230,7 @@ let dlist = pdfa(search_html, 'table.border1');
|
||||
dlist.forEach(function(it){
|
||||
let title = pdfh(it, 'img&&alt');
|
||||
if (searchObj.quick === true){
|
||||
if (title.includes(KEY)){
|
||||
if (false && title.includes(KEY)){
|
||||
title = KEY;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user