🐛 Fixed video downloading (#235)

* rename `VideoQuality` to `StreamVideoQuality`

* remove bad logic from predicting video quality

* print info when skipping video

* bump to 3.1.1 alpha
This commit is contained in:
Oskar Dudziński
2025-11-20 16:13:53 +01:00
committed by GitHub
parent 1873d512f1
commit 85088e737a
9 changed files with 66 additions and 53 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tiddl"
version = "3.1.0"
version = "3.1.1a1"
description = "Download Tidal tracks with CLI downloader."
readme = "README.md"
requires-python = ">=3.13"