File "/usr/lib/python3.12/_strptime.py", line 333, in _strptime
raise ValueError("time data %r does not match format %r" %
ValueError: time data '2024-06-06T11:00:00.000+0000' does not match format '%Y-%m-%dT00:00:00.000+0000'
The original date string assumed the dates from Tidal would not have a time attached to them, but this song does... So I've updated the string to reflect that possibility.
For this song:
I was getting the error:
The original date string assumed the dates from Tidal would not have a time attached to them, but this song does... So I've updated the string to reflect that possibility.