|
@@ -10,9 +10,9 @@ export const handler: Handler = new Portal(
|
|
|
name,
|
|
name,
|
|
|
config.MASTODON_KEY_ELDESCONCIERTO,
|
|
config.MASTODON_KEY_ELDESCONCIERTO,
|
|
|
{
|
|
{
|
|
|
- url: config.ELDESCONCIERTO + "/lo-mas-reciente",
|
|
|
|
|
|
|
+ url: config.ELDESCONCIERTO + "/actualidad",
|
|
|
articlesSelector: "article",
|
|
articlesSelector: "article",
|
|
|
- titleSelector: "h2:first, h3:first",
|
|
|
|
|
|
|
+ titleSelector: "div.news-article__title-wrapper",
|
|
|
linkSelector: "a",
|
|
linkSelector: "a",
|
|
|
linkPrefix: config.ELDESCONCIERTO,
|
|
linkPrefix: config.ELDESCONCIERTO,
|
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
scraperMethod: ScraperMethods.AXIOS,
|