This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
Releases: realshouzy/YTDownloader
Releases · realshouzy/YTDownloader
YTDownloader v1.5.5
YTDownloader v1.5.4
What's Changed
- Dropped (official)
pypy
support - Adjusted tests
- Adjusted documentation
Full Changelog: 1.5.3...1.5.4
YTDownloader v1.5.3
What's Changed
- internal refactoring and adjustments (e.g.
ABC
toProtocol
) - constraint
PySimpleGUI==4.60.5
Full Changelog: 1.5.2...1.5.3
YTDownloader v1.5.2
What's Changed
- restructure project to a single-file format (tests and configs were adjusted accordingly)
- This reverts commits 506cc76 and 0691082 where support for Python 3.8 was mistakenly dropped earlier than intended.
Full Changelog: 1.5.1...1.5.2
YTDownloader v1.5.1
What's Changed
- internal refactoring and improvements
- normalized project structure
- finalized tests
- added CI
- improved documentation
New Contributors
- @Miyokuu made their first contribution in #7
Full Changelog: 1.5...1.5.1
YTDownloader v1.5
Infos
- support for YouTube video links with time stamps
- bug fixes
- other internal adjustments and improvements
Full Changelog: 1.4.1...1.5
YTDownloader v1.4.1
YTDownloader v1.4
YTDownloader v1.4
- added threading for potential performance improvements
- other internal adjustments and improvements
Full Changelog: 1.3...1.4
YTDownloader v1.3
- unavailable resolutions (for videos and playlists) will now by labled + notification popup
- added slots to classes
YTDownloader v1.2.4
- added KeyError handling
- other adjustments