소스 검색

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)",