Merge pull request #654 from neaumusic/fix-artist-and-remix-version-names

fix(artists): include all artist names
This commit is contained in:
Yaronzz
2021-09-09 09:54:55 +08:00
committed by GitHub
3 changed files with 28 additions and 13 deletions
+6
View File
@@ -76,3 +76,9 @@ This project exists thanks to all the people who contribute.
- Need a Tidal-HIFI subscription.
- You should not use this method to distribute or pirate music.
- It may be illegal to use this in your country, so be informed.
## Developing
pip3 uninstall tidal-dl
pip3 install -r requirements.txt --user
python3 setup.py install