KraXen72 / shira

Download music from YouTube, YouTube Music and Soundcloud, with great metadata and little effort.
MIT License
48 stars 3 forks source link

Add stronger date metadata parsing #8

Closed bcye closed 2 months ago

bcye commented 2 months ago

For some songs, the metadata found is in the format YYYY-MM, YYYYMM or just YYYY.

In these cases I think it would be reasonable to pad these dates with (-01-)01 respectively.

Currently the script errors for a song and doesn't download it if it can't parse the metadata because of this, in the case of a different unsupported date format, a warning is shown but the song is still downloaded

KraXen72 commented 2 months ago

sure, thanks!