|
|
@@ -13,8 +13,8 @@ export const handler: Handler = new Portal(
|
|
|
url: config.CONTRAPODER,
|
|
|
articlesSelector: "article",
|
|
|
titleSelector: "h2.fn__title",
|
|
|
- linkSelector: "h2.fn_title a",
|
|
|
- scraperMethod: ScraperMethods.AXIOS,
|
|
|
+ linkSelector: "h2.fn__title a",
|
|
|
+ scraperMethod: ScraperMethods.PUPPETEER,
|
|
|
hashtags: ["Noticias", "ContraPoderChile"],
|
|
|
}
|
|
|
).getHandler();
|