Releases: sigma67/ytmusicapi
Releases · sigma67/ytmusicapi
v0.5.1
Changes
- Add authentication check to validate provided credentials
- Remove need for X-Youtube-Identity-Token in credentials
- Fix upload
- Update docs
v0.5.0
Changes
- New features: Add upload_song, get_uploaded_songs, delete_uploaded_song
- Simplified setup with CLI tool to create headers_auth file
- Moved tests to unittest
- Removed print output for continuations in get_playlist_items
- Fixed unplayable playlist item parsing
v0.4.3
- Unplayable songs in playlists now correctly return videoId and setVideoId
- Search is now compatible with accounts that have uploads
v0.4
This version contains the most important basic features for interacting with search, playlists and rating songs.