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

Feature/date filtering #241

Closed jakopako closed 11 months ago

jakopako commented 11 months ago

This PR solves issue #240

Note that there is a breaking change for the filters section in the configuration. Instead of regex the name of the field is now exp to accommodate for the more general nature of this field. It can now also be a date comparison instead of a regular expression, depending on the type of the respective field in the fields section of the configuration.