Skip to content

Commit 02b41db

Browse files
mrichtarskyjosStorer
authored andcommitted
Add site adapters for Golem, EETimes
1 parent 3c90ff2 commit 02b41db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/get-core-content-text.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const adapters = {
1212
bing: ['#b_results'],
1313
wikipedia: ['#mw-content-text'],
1414
faz: ['.atc-Text'],
15+
golem: ['article'],
16+
eetimes: ['article'],
1517
}
1618

1719
function findLargestElement(e) {

0 commit comments

Comments
 (0)