فهرست منبع

added image to Chilecultura

Pablo Barrera Yaksic 2 ماه پیش
والد
کامیت
a0ce7ad3f4
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/portales/chilecultura/handler.ts

+ 1 - 0
src/portales/chilecultura/handler.ts

@@ -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,