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

autoextract config for https://www.heldenbar.ch/programm/ doesn't generate working config #184

Closed jakopako closed 1 year ago

jakopako commented 1 year ago

logs: fetched 0 https://www.heldenbar.ch/programm/ items

jakopako commented 1 year ago

A css identifier that starts with a number seems to be the issue. See https://stackoverflow.com/questions/45293534/css-class-starting-with-number-is-not-getting-applied for an explanation. We need to escape numbers at the start of css identifiers.