jakopako / goskyr

A configurable command-line web scraper written in go with auto configuration capability
GNU General Public License v3.0
32 stars 4 forks source link

Enable proper multi-day event scraping #276

Open jakopako opened 4 months ago

jakopako commented 4 months ago

Sometimes one entry on a website actually covers multiple occurrences of the same event. Eg when the date is a date range rather than a single date. Or when the entry contains a list of dates.

Goskyr should be able to 'understand' this and generate multiple events from these entries in its output.