|
@@ -53,15 +53,13 @@ export default class Portal {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
|
|
- if (this._name == "La Tercera") {
|
|
|
|
- // To avoid publiposts (I'm lookint at you La Tercera >:-|)
|
|
|
|
- if (article.link.includes("publirreportajes")) {
|
|
|
|
- continue;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- if (article.title.includes("Exclusivo suscriptor")) {
|
|
|
|
- article.title = article.title.replace("Exclusivo suscriptor", "");
|
|
|
|
- }
|
|
|
|
|
|
+ // To avoid publiposts (I'm lookint at you La Tercera >:-|)
|
|
|
|
+ if (article.link.includes("publirreportajes")) {
|
|
|
|
+ continue;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ if (article.title.includes("Exclusivo suscriptor")) {
|
|
|
|
+ article.title = article.title.replace("Exclusivo suscriptor", "");
|
|
}
|
|
}
|
|
|
|
|
|
// If the message is more than 400 characters long, its very likely due to the article.content
|
|
// If the message is more than 400 characters long, its very likely due to the article.content
|