Преглед на файлове

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