|
@@ -12,7 +12,7 @@ export const handler: Handler = new Portal(
|
|
{
|
|
{
|
|
url: config.ELCIUDADANO,
|
|
url: config.ELCIUDADANO,
|
|
articlesSelector: "article",
|
|
articlesSelector: "article",
|
|
- titleSelector: "h3",
|
|
|
|
|
|
+ titleSelector: "h2",
|
|
linkSelector: "a",
|
|
linkSelector: "a",
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
hashtags: ["ElCiudadano", "Noticias"]
|
|
hashtags: ["ElCiudadano", "Noticias"]
|