v0.2.1
AYT-API 0.2 Patch #1
This update has 2 fixes, 1 new feature and 1 breaking change
Breaking Changes:
- Renamed
AsyncYoutubeApi
back toAsyncYoutubeAPI
. I will try not to change it again to keep things consistant
Fixed:
- Fixed an unhanded enum type
privacyStatusUnspecified
being passed to the enumPrivacyStatus
- Added proper types to
*NotFound
exceptions to reflect multiple requested items being not found since version 2.0
New:
- Added
exclude
parameter tofetch_playlist_videos
which allows excluding certain videos from a result. This is useful when certain videos in a playlist are not found and you just wan't the available videos
Full Changelog: v0.2.0.post2...v0.2.1