Skip to content

Releases: EchterAlsFake/PHUB

v3.1.2

16 Aug 18:51
6c323ed
Compare
Choose a tag to compare
v3.1.2 Pre-release
Pre-release

Fixes a bunch of account related things.

  • By default, when credentials are passed in, clients will automatically try to connect uppon initialisation. This can be prevented by setting autologin=False.
  • When accounts are already logged in but we try to connect a second time, a AlreadyLoggedIn error is raised, unless force=True is specified (Should not be useful, maybe for long term usage?).
  • Queries now cache the video objects they spit out using memoization. You cannot refresh them, you can either refresh a single video or regenerate the query.
  • Account properties are now refreshable, just like Video properties.
  • Removed docs buils because why
  • Account objects now always check if the client is logged in before allowing certain requests.

v3.1.1

15 Aug 12:50
64d7510
Compare
Choose a tag to compare
  • Video cached properties now refresh well
  • Better docs
  • Working CLI again

v3.1

13 Aug 18:41
Compare
Choose a tag to compare
  • Better Query (video interating) handling
  • Docs
  • Hopefully fixed most errors
  • Experimental Feed

v3.0

06 Jul 18:54
4d3e6e3
Compare
Choose a tag to compare

Added features

  • CLI script
  • UI script
  • Downloading display presets
  • VideoIterator ranges

v2.7

23 Jun 11:46
Compare
Choose a tag to compare

Added display presets for downloading

v2.6

22 Jun 17:49
9919403
Compare
Choose a tag to compare

Added small script for downloading videos from the command line.

v2.5

19 Jun 10:45
f46ccc8
Compare
Choose a tag to compare

FIxed views property bug

v2.4

17 Jun 18:23
Compare
Choose a tag to compare

Fixed quality typo that would prevent qualities objects from selecting correctly with presets.

v2.3

17 Jun 09:52
7d577f8
Compare
Choose a tag to compare

Added language feature.

v2.2

13 Jun 07:52
0187d89
Compare
Choose a tag to compare
  • Fixed bug while searching.
  • Added callback to update progress of downloads.