jakopako / goskyr

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

Add concept of 'multi-fields' #188

Closed jakopako closed 1 year ago

jakopako commented 1 year ago

Sometimes an extracted field should be a juxtaposition of multiple elements in the event's html tree. Therefor it would be nice to have some kind of field type (or an extension to current field types) where multiple locations can be defined and a join operator to join together the resulting strings.

For the following websites this functionality would be helpful:

Related discussion: https://github.com/jakopako/croncert-config/issues/187