Skip to content

Commit eae85ef

Browse files
committed
fix: update Yahoo
1 parent 9bec90a commit eae85ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engines/yahoo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function search({session, search, doc, storageIds}) {
1414
button.click();
1515

1616
const node = await findNode(
17-
'#results li:first-of-type a[href*="cc.bingj.com/cache"]',
17+
'#results li:first-of-type a[href*="cc.bingj.com/cache"], #results li:first-of-type a[href*="cc.bingj.com%2fcache"]',
1818
{throwError: false, timeout: 1000}
1919
);
2020

0 commit comments

Comments
 (0)