jack-cli-cd-ripper / jack

Jack command-line CD ripper
GNU General Public License v2.0
14 stars 5 forks source link

switch from dateparser to dateutil #51

Closed pimzand closed 2 years ago

pimzand commented 2 years ago

Jack (python3-mb) uses dateparser to parse the Last-Modified date string from album art downloads.

Current dateparser is broken and is taking forever to get fixed, even though a solution has been proposed. See https://github.com/scrapinghub/dateparser/issues/1052 This mostly affects users that install their python libraries using their Linux distro.

dateparser can be replaced with dateutil which appears to be a more popular library.

madmartin commented 2 years ago

I tried to build a more recent package for gentoo, and found the dateparser library not packaged in gentoo. Then I tried to package dateparser myself and fount it a nightmare to package. dateutil is available in gentoo, so I appreciate to switch over to dateutil.

pimzand commented 2 years ago

Fixed in commit https://github.com/jack-cli-cd-ripper/jack/commit/4ed084d15dcd13ac66122a0ee1919865d114fd75