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

Change default value for type url fields #287

Closed jakopako closed 2 months ago

jakopako commented 3 months ago

Currently, the default for fields of type url is the base url of the scraped page. Change this to an empty string as is currently the case with fields of type text.

jakopako commented 2 months ago

Make sure writing to the event api still works as expected. Update croncert config if necessary.