This commit is contained in:
Footsiefat 2021-10-20 08:16:20 +13:00
commit ade651f54b
2 changed files with 7 additions and 1 deletions

View File

@ -28,6 +28,11 @@ Python packages:
## **Changelog:**
**v1.5 (19 Oct 2021):**
- Made downloading a lot more efficient and probably faster.
- Made the sanitizer more efficient.
- Formatted and linted all the code.
**v1.4 (19 Oct 2021):**
- Added option to encode the downloaded tracks in the "ogg" format rather than "mp3".
- Added small improvement to sanitation function so it catches another edge case.

View File

@ -1,4 +1,5 @@
git+https://github.com/kokarare1212/librespot-python
music_tag
pydub
websocket-client
websocket-client
Pillow