- 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)
4.4.3.1
Changelog - Fix 47 param copy
4.4.3
Changelog - Fix 34 - Fix 47
4.4.2
- fixed an issue where a playlist url was treated as invalid url