globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
2.03k stars 471 forks source link

Use built-in ISO 8601 parsing #333

Closed daveisfera closed 11 months ago

daveisfera commented 11 months ago

Fixes #331

daveisfera commented 11 months ago

datetime.fromisoformat() had limited parsing until 3.11, so looks like this needs to wait

leandromoreira commented 11 months ago

that's a bummer :/ nice finding @daveisfera thanks