浏览代码

only perceived events are posted

Pablo Barrera Yaksic 7 月之前
父节点
当前提交
16f448d0ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)",