v8.4.0
Changes
🚀 Features
- added multi processing @kithstack1 (#300)
You can now make use of multiple cores to speed up downloads. To do this, pass -mc <number>
where <number>
is the number of cores that you have. If you set this to too high, spotify-dl will automatically set it to one less than the number of cores available. See the README for details! Thanks @kithstack1 for adding this feature.
🧰 Maintenance
- bump up version for release @SathyaBhat (#306)
- Address minor style/nitpicks @SathyaBhat (#305)
- Allow for more dependencies @NicolaSmaniotto (#273)
Update using
pip install spotify_dl --upgrade
Thanks to everyone for their contributions!