Browse Source

updated tarreo

Pablo Barrera Yaksic 2 months ago
parent
commit
cc65443433
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/portales/tarreo/handler.ts

+ 3 - 3
src/portales/tarreo/handler.ts

@@ -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",