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

date string 'streda 17.05.2023 @20:00' not parsed correctly #221

Closed jakopako closed 7 months ago

jakopako commented 1 year ago

extend algorithm that derives date format from date strings accordingly. Website that contains those dates http://www.majestic.sk/program

At least 2 things do not work properly:

  1. language is not yet supported
  2. time string is not properly formatted
jakopako commented 1 year ago

For the language support first we need to add support to goodsign/monday.

gedw99 commented 1 year ago

https://github.com/DustinJSilk/dinero.go might be useful for both backend and frontend.

gedw99 commented 1 year ago

goodsign/monday

https://github.com/goodsign/monday looks good !

jakopako commented 10 months ago

Language seems to be supported by goodsign/monday now, see https://github.com/goodsign/monday/blob/master/format_sk_sk.go

Unfortunately, this change is not yet included in a release.

jakopako commented 9 months ago

https://github.com/goodsign/monday/issues/67

jakopako commented 9 months ago

New version released