|
@@ -14,7 +14,7 @@ export const handler: Handler = new Portal(
|
|
|
url: config.FASTCHECK,
|
|
|
articlesSelector: "div.elementor-element-9da95a3 article",
|
|
|
titleSelector: "h1.elementor-post__title, h3.elementor-post__title",
|
|
|
- linkSelector: "header h1 a",
|
|
|
+ linkSelector: "a",
|
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
|
hashtags: ["FastCheck", "Artículo", "Noticias"],
|
|
|
cacheExpiration: 60 * 60 * 24 * 30, // 30 días
|