Results 12 comments of Bartosz

Yes, I would say that `08h00 - 11h30` is the precise expression in the 24-hour format.

It only recognized years in that case, and not even a year range. Still pretty unsatisfactory. Command: ```bash curl -XPOST http://0.0.0.0:8000/parse --data 'locale=fr_CH&text="01.07.2021 - 30.06.2026"&dims="["time"]"' ``` Output: ```json [ {...

The phrase `Téléphone : 021/8215108` is also unrecognized.

You're correct. I was unaware of the upper-exclusive interval. Thank you for your time.

I updated the code either exactly as suggested or similarly.

I believe I was missing `from __future__ import unicode_literals`. I added it.

Can someone please approve the CI tests? @dirkf

I implemented the suggestions.

Can somebody look into this?

SwitchTube has apparently changes the playlist website format, making a large part of this extractor useless. **PLEASE DO NOT MERGE.** I will try to fix it in a week.