Browse Source

domain change

Pablo Yaksic 6 months ago
parent
commit
54c2aa95fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/portales/latercera/handler.ts

+ 1 - 1
src/portales/latercera/handler.ts

@@ -10,5 +10,5 @@ export const handler: Handler = new Portal(name, {
   articlesSelector: "article.card",
   titleSelector: "div.headline",
   linkSelector: "div.headline a",
-  linkPrefix: "https://www.latercera.cl"
+  linkPrefix: "https://www.latercera.com"
 }).getHandler();