|
@@ -14,6 +14,7 @@ export const handler: Handler = new Portal(
|
|
|
articlesSelector: "section.section-base-subsection#this_week_events .card-event, section.section-base-subsection#next_week_events .card-event",
|
|
|
titleSelector: "div.card-body a",
|
|
|
linkSelector: "div.card-body a",
|
|
|
+ imageSelector: "img.card-img",
|
|
|
contentSelector: "p.card-discipline, p.card-description-icon",
|
|
|
linkPrefix: "https://chilecultura.gob.cl",
|
|
|
scraperMethod: ScraperMethods.AXIOS,
|