v1.9.3
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).