bandcamp-dl/bandcamp_dl
AnthonyF f3e91a7d4d Exposed slugify args
Enhanced flexibility when naming output files:
Example: `--template="%{artist}/%{album}/%{track}-%{title}" --space-char="_"`

Would produce "scene" style filenames.

Also added is the ability to:
 - Retain upper case letters
 - Leave spaces intact
 - Convert characters to ASCII (北京 -> beijing)
 - Allow additional characters like `()[];` etc
2021-01-10 15:03:53 -05:00
..
utils Exposed slugify args 2021-01-10 15:03:53 -05:00
__main__.py Exposed slugify args 2021-01-10 15:03:53 -05:00
bandcamp.py Exposed slugify args 2021-01-10 15:03:53 -05:00
bandcampdownloader.py Exposed slugify args 2021-01-10 15:03:53 -05:00
bandcampjson.py Exposed slugify args 2021-01-10 15:03:53 -05:00
deps.txt Preliminary 0.0.9 changes 2017-09-27 17:10:45 -04:00