ytmapi-rs-v0.0.11
github-actions
released this
12 Aug 14:37
·
33 commits
to main
since this release
Fixed
- Move to new rusty_ytdl version (reduces number of downloading 403 errors), and add new scheduled test for downloading (#134)
- Account for search case where an about message exists, but results also exist. (#131) - Resolves #128
- [breaking] Allow for 'about' renderer in filtered search, and not having 'views' in playlists. (#130)
- Added new PlaylistItem types: Episode and UploadSong.
Other
- [breaking] Avoid leaking
serde_json::value
/ moveJsonCrawler
to its own crate (#127) - ErrorKind's ArraySize, PathNotFoundInArray, PathsNotFound, Parsing and Navigation consilidated into single ErrorKind. Removed parse_upload_song_artists/album functions that had accidentally been marked pub. Removed Error::get_json_and_key function - moved to the ErrorKind itself.