Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Releases: realshouzy/YTDownloader

YTDownloader v1.5.5

30 Jun 20:34

Choose a tag to compare

What's Changed

  • Internal adjustments

Full Changelog: 1.5.4...1.5.5

YTDownloader v1.5.4

09 Jun 17:02

Choose a tag to compare

What's Changed

  • Dropped (official) pypy support
  • Adjusted tests
  • Adjusted documentation

Full Changelog: 1.5.3...1.5.4

YTDownloader v1.5.3

25 Mar 23:40

Choose a tag to compare

What's Changed

  • internal refactoring and adjustments (e.g. ABC to Protocol)
  • constraint PySimpleGUI==4.60.5

Full Changelog: 1.5.2...1.5.3

YTDownloader v1.5.2

23 Jan 19:28
f9e210b

Choose a tag to compare

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

23 Dec 19:04

Choose a tag to compare

What's Changed

  • internal refactoring and improvements
  • normalized project structure
  • finalized tests
  • added CI
  • improved documentation

New Contributors

Full Changelog: 1.5...1.5.1

YTDownloader v1.5

07 Jun 21:37

Choose a tag to compare

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

13 May 23:28

Choose a tag to compare

Infos

  • bug fixes
  • other internal adjustments and improvements

Full Changelog: 1.4...1.4.1

YTDownloader v1.4

11 Apr 22:36

Choose a tag to compare

YTDownloader v1.4

  • added threading for potential performance improvements
  • other internal adjustments and improvements

Full Changelog: 1.3...1.4

YTDownloader v1.3

04 Feb 21:51

Choose a tag to compare

  • unavailable resolutions (for videos and playlists) will now by labled + notification popup
  • added slots to classes

YTDownloader v1.2.4

14 Aug 20:29

Choose a tag to compare

  • added KeyError handling
  • other adjustments