|
|
@@ -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"]
|
|
|
}
|