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

How to handle more complex event comments (descriptions)? #36

Open jakopako opened 2 years ago

jakopako commented 2 years ago

Example: location 'Strom' There the description can be found on the event specific subpage but does not always have the same selector. Probably other locations have the same issue. Just look at the config.yml and check locations that don't have the comment field defined.

jakopako commented 1 year ago

Maybe this can be solved with multi-fields? See issue #188

jakopako commented 2 months ago

multi-fields can't really solve this. There probably would need to be some mechanism that uses different selectors based on some condition.