Переглянути джерело

latercer changed to puppeteer

Pablo Barrera Yaksic 1 тиждень тому
батько
коміт
723f81fcd1
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/portales/latercera/handler.ts

+ 2 - 2
src/portales/latercera/handler.ts

@@ -7,7 +7,7 @@ import ScraperMethods from "../../enums/scraper-methods";
 const name = "La Tercera";
 
 export const handler: Handler = new Portal(
-  name, 
+  name,
   config.MASTODON_KEY_LATERCERA,
   {
     url: config.LATERCERA,
@@ -15,7 +15,7 @@ export const handler: Handler = new Portal(
     titleSelector: "div.headline",
     linkSelector: "div.headline a",
     linkPrefix: "https://www.latercera.cl",
-    scraperMethod: ScraperMethods.AXIOS,
+    scraperMethod: ScraperMethods.PUPPETEER,
     cacheExpiration: 60 * 60 * 24 * 5, // 5 días
     hashtags: ["LaTercera", "LT", "Noticias"]
   }