Skip to content

Releases: ychili/VideoDL

v1.1.0

29 May 20:21

Choose a tag to compare

This release is essentially the same as v1.0.2, but the minor version number is bumped because the version requirement for Python is changed by a minor version, namely 3.8 → 3.9.

Changes:

  • 1dbb087 – Drop support for Python 3.8.
  • aa09dc4 – Handle case where the top-level value in a parsed options file is not a dict, rather than crashing with an exception from yt-dlp.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

23 Oct 16:53

Choose a tag to compare

Making this release to hopefully avoid breaking installs that require yt-dlp's 'default' set of dependencies.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

07 Jan 20:09

Choose a tag to compare

The command-line interface and configuration of VideoDL should behave the same as preceding releases. If not, please make a bug report. Some of the error and log messages have been reworded.
The video_dl module has been refactored.

Full Changelog: v0.8.0...v1.0.0

v0.8.0

25 Aug 18:48

Choose a tag to compare

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 May 18:47

Choose a tag to compare

New configuration options:

  • ShuffleSource – download source URLs in a random order.
  • DistinguishDebug – distinguish debug messages from other kinds in YTDL log output.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

23 Feb 14:05

Choose a tag to compare

Full Changelog: v0.5.3...v0.6.0

The attached tarball contains the documentation pre-built, ready for installation by pip.

v0.5.3

31 Dec 23:24

Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.2

18 Sep 22:34

Choose a tag to compare

Changed the text of many log messages for the sake of consistency

Full Changelog: v0.5.1...v0.5.2

v0.5.1

14 Sep 01:10

Choose a tag to compare

First public release.