| 
														
															@@ -5,15 +5,12 @@ import Portal from "../portal"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import ScraperMethods from "../../enums/scraper-methods"; 
														 | 
														
														 | 
														
															 import ScraperMethods from "../../enums/scraper-methods"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const name = "El Ciudadano"; 
														 | 
														
														 | 
														
															 const name = "El Ciudadano"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-const currentDate = new Date(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-const options: Intl.DateTimeFormatOptions = { timeZone: "America/Santiago", year: "numeric" }; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-const currentYear = new Intl.DateTimeFormat("es-CL", options).format(currentDate); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export const handler: Handler = new Portal( 
														 | 
														
														 | 
														
															 export const handler: Handler = new Portal( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   name, 
														 | 
														
														 | 
														
															   name, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   config.MASTODON_KEY_ELCIUDADANO, 
														 | 
														
														 | 
														
															   config.MASTODON_KEY_ELCIUDADANO, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   { 
														 | 
														
														 | 
														
															   { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    url: config.ELCIUDADANO + currentYear, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    url: config.ELCIUDADANO, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     articlesSelector: "article", 
														 | 
														
														 | 
														
															     articlesSelector: "article", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     titleSelector: "h3", 
														 | 
														
														 | 
														
															     titleSelector: "h3", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     linkSelector: "a", 
														 | 
														
														 | 
														
															     linkSelector: "a", 
														 |