diff --git a/src/utils/get-core-content-text.mjs b/src/utils/get-core-content-text.mjs index d529210..2fe14a5 100644 --- a/src/utils/get-core-content-text.mjs +++ b/src/utils/get-core-content-text.mjs @@ -12,6 +12,8 @@ const adapters = { bing: ['#b_results'], wikipedia: ['#mw-content-text'], faz: ['.atc-Text'], + golem: ['article'], + eetimes: ['article'], } function findLargestElement(e) {