|
@@ -11,9 +11,9 @@ export const handler: Handler = new Portal(
|
|
|
config.MASTODON_KEY_TARREO,
|
|
|
{
|
|
|
url: config.TARREO,
|
|
|
- articlesSelector: "section.lists_list_main ul.news li article",
|
|
|
- titleSelector: "h4.elementHeader a",
|
|
|
- linkSelector: "h4.elementHeader a",
|
|
|
+ articlesSelector: "article",
|
|
|
+ titleSelector: "h3",
|
|
|
+ linkSelector: "a",
|
|
|
scraperMethod: ScraperMethods.AXIOS,
|
|
|
hashtags: ["Tarreo", "VideoJuegos", "Noticias"],
|
|
|
linkPrefix: "https://www.tarreo.com",
|