|
@@ -16,7 +16,7 @@ export const handler: Handler = new Portal(
|
|
|
titleSelector: "header h1",
|
|
|
linkSelector: "header h1 a",
|
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
|
- hashtags: ["FastCheck", "Falso", "Incompleto", "Engañoso", "Real", "Noticias"],
|
|
|
- cacheExpiration: 60 * 60 * 24 * 30, // 7 días
|
|
|
+ hashtags: ["FastCheck", "Artículo", "Noticia"],
|
|
|
+ cacheExpiration: 60 * 60 * 24 * 30, // 30 días
|
|
|
}
|
|
|
).getHandler();
|