Browse Source

only perceived events are posted

Pablo Barrera Yaksic 1 month ago
parent
commit
16f448d0ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sources/sismologiacl/handler.ts

+ 1 - 1
src/sources/sismologiacl/handler.ts

@@ -7,7 +7,7 @@ const name = "Centro Sismológico Nacional 🇨🇱";
 
 export const handler: Handler = new SismologiaCL(name, {
   url: config.SISMOLOGIACL,
-  reportsSelector: "table.sismologia tbody tr",
+  reportsSelector: "table.sismologia tbody tr.percibido",
   dateSelector: "td a",
   locationSelector: "td:nth-child(1)",
   depthSelector: "td:nth-child(2)",