- Fixed recommendations - Fixed a query cache injection
4.5.3
- fixed quality import error from consts module - added unit tests
4.5.2
- fixing the import error caused by the playlist module (sorry for that)
4.5.1
- fixed the playlist module - added more information to the playlist object
4.5
Changelog
- Removed Param implementation, using literals instead (50) - Fix 49 - Search is now splited with client.search & client.search_hubtraffic
4.4.4
Changelog
- Added playlsit support - some constant changes
Playlists can be used like the model function. Just do: python client = Client() playlist = client.get_playlist(url) videos = playlist.videos for video in videos: print(video.title)