Skip to content

v1.9.3

Compare
Choose a tag to compare
@user234683 user234683 released this 24 Apr 06:20
· 614 commits to master since this release

Note for Linux users: This release has a new dependency, urllib3

Bugfixes

  • Fix total breakage due to Youtube changes
  • channel: Don't completely fail if can't retrieve number of videos
  • playlist: Fix error when there's no description
  • Fix error with channel searches with non-ascii characters

Other

  • Search results: Use more performant layout strategy
  • Use persistent connections through urllib3 to greatly decrease load times for images. Previously, the TLS handshake had to be repeated for every thumbnail image request. Now, the TCP connection is kept open for a maximum of 5 minutes (Tor switches circuit every 10 minutes).