ソースを参照

fix elciudadano

Pablo Barrera Yaksic 2 ヶ月 前
コミット
c15a586606
1 ファイル変更1 行追加1 行削除
  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"]