Skip to content

Releases: EchterAlsFake/PHUB

v4.5.4

29 Feb 23:39
2e6c237
Compare
Choose a tag to compare
  • Fixed recommendations
  • Fixed a query cache injection

v4.5.3

25 Feb 18:51
Compare
Choose a tag to compare
  • fixed quality import error from consts module
  • added unit tests

v4.5.2

25 Feb 17:10
Compare
Choose a tag to compare
  • fixing the import error caused by the playlist module (sorry for that)

v4.5.1

25 Feb 11:28
Compare
Choose a tag to compare
  • fixed the playlist module
  • added more information to the playlist object

v4.5

24 Feb 17:19
4f6ef9e
Compare
Choose a tag to compare

Changelog

  • Removed Param implementation, using literals instead (#50)
  • Fix #49
  • Search is now splited with client.search & client.search_hubtraffic

v4.4.4

16 Feb 16:18
Compare
Choose a tag to compare

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

12 Feb 10:30
58fde67
Compare
Choose a tag to compare

Changelog

  • Fix #47 param copy

v4.4.3

12 Feb 09:52
Compare
Choose a tag to compare

Changelog

v4.4.2

04 Feb 12:39
Compare
Choose a tag to compare

4.4.2

  • fixed an issue where a playlist url was treated as invalid url

v4.4.1

26 Jan 09:44
0252740
Compare
Choose a tag to compare

Changelog

  • Implement video.get_direct_url
  • Fix #45
  • Better quality parsing