Requesting source Traceback (most recent call last): File "/home/voc/schedule/html2schedule.py", line 37, in fetch_schedule start = tz.localize(datetime.strptime(date, '%A %d.%m.%Y %H:%M')) File "/usr/lib/python3.7/_strptime.py", line 577, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) File "/usr/lib/python3.7/_strptime.py", line 359, in _strptime (data_string, format)) ValueError: time data 'Donnerstag 02.06.2022' does not match format '%A %d.%m.%Y %H:%M' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/voc/schedule/html2schedule.py", line 123, in main() File "/home/voc/schedule/html2schedule.py", line 102, in main schedule = fetch_schedule(args.title, args.url) File "/home/voc/schedule/html2schedule.py", line 39, in fetch_schedule time = next(filter(lambda x: 'Beginn:' in x.get_text(), infobox)).get_text().replace('Beginn:', '').strip() StopIteration