Releases: EchterAlsFake/PHUB
Releases · EchterAlsFake/PHUB
v4.5.4
v4.5.3
- fixed quality import error from consts module
- added unit tests
v4.5.2
- fixing the import error caused by the playlist module (sorry for that)
v4.5.1
- fixed the playlist module
- added more information to the playlist object
v4.5
v4.4.4
Changelog
- Added playlsit support
- some constant changes
Playlists can be used like the model function. Just do:
client = Client()
playlist = client.get_playlist(url)
videos = playlist.videos
for video in videos:
print(video.title)
v4.4.3.1
v4.4.3
v4.4.2
4.4.2
- fixed an issue where a playlist url was treated as invalid url