Sfoglia il codice sorgente

fixed hashtag fastcheck

Pablo Barrera Yaksic 2 mesi fa
parent
commit
9ae5985e49
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/portales/fastcheck/handler.ts

+ 2 - 2
src/portales/fastcheck/handler.ts

@@ -16,7 +16,7 @@ export const handler: Handler = new Portal(
     titleSelector: "header h1",
     linkSelector: "header h1 a",
     scraperMethod: ScraperMethods.AXIOS,
-    hashtags: ["FastCheck", "Artículo", "Noticia"],
-    cacheExpiration: 60 * 60 * 24 * 30, // 30 días
+    hashtags: ["FastCheck", "Artículo", "Noticias"],
+    cacheExpiration: 60 * 60 * 24 * 30, // 30 dís
   }
 ).getHandler();