iheanyi / bandcamp-dl

Simple python script to download Bandcamp albums
The Unlicense
956 stars 108 forks source link

Expose unicode-slugify args #179

Closed Evolution0 closed 3 years ago

Evolution0 commented 3 years ago

Unicode-Slugify has options that may be useful to some users and should be exposed in some fashion.

Evolution0 commented 3 years ago

Been able to get it working fine in testing after manually replacing slugify with the code from unicode-slugify, seems there is module name overlap that other users of the lib have ran into that causes it to just not work at all even if pip doesn't throw an error when installing it.

Obviously not a solution for general users so looks like I'll either fork unicode-slugify and release a fixed version or create a shim like a few other projects.

Evolution0 commented 3 years ago

All done, just need to push a build.