bvanheu / pytoutv

TOU.TV client library and user interfaces written in Python 3
96 stars 23 forks source link

Print date in episode list #111

Closed simark closed 7 years ago

simark commented 7 years ago

I think it would be useful to have the date in the episode list. It helps to know whether the latest episode is new. Also, I think we can hide the Id. It's much more user friendly to refer to episodes using the SAE.

Before:

After:

The date comes already formatted like this from the JSON (in french). Ideally, we should parse and to make it a "date" Python object and print it using the user locale, but I think this is good enough for now.