Преглед изворни кода

Cooperativa link selector updated

Pablo пре 1 недеља
родитељ
комит
2d99ab15e2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/portales/cooperativa/handler.ts

+ 1 - 1
src/portales/cooperativa/handler.ts

@@ -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