Browse Source

fix elciudadano

Pablo Barrera Yaksic 2 tháng trước cách đây
mục cha
commit
c15a586606
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/portales/elciudadano/handler.ts

+ 1 - 1
src/portales/elciudadano/handler.ts

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