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

Consider trimming whitespace at least from event titles #258

Closed MarkJaroski closed 7 months ago

MarkJaroski commented 7 months ago

Kaufleuten titles are all padded with Whitespace. It might be better to routinely trim whitespace to prevent this.

jakopako commented 7 months ago

thanks for pointing this out! There was some trimming functionality but in this specific case it did not properly work.