|
|
@@ -14,7 +14,7 @@ export const handler: Handler = new Portal(
|
|
|
articlesSelector: "section > div:nth-of-type(3) article",
|
|
|
titleSelector: "h1.titular-noticia, h3.titular-noticia",
|
|
|
linkPrefix: "https://www.cooperativa.cl",
|
|
|
- linkSelector: "article > a:nth-of-type(2)",
|
|
|
+ linkSelector: "a:has(h1.titular-noticia), a:has(h3.titular-noticia)",
|
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
|
hashtags: ["Noticias", "País", "Deportes", "Mundo"],
|
|
|
cacheExpiration: 60 * 60 * 24 * 30, // 30 días
|