Download only videos from an artist (#181)

* add `getArtistVideos` api endpoint

* add `--only-video` flag

* bump version
This commit is contained in:
Oskar Dudziński
2025-11-03 16:59:54 +01:00
committed by GitHub
parent 0bc8802c0e
commit 1613f85978
4 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tiddl"
version = "2.7.0"
version = "2.8.0a1"
description = "Download Tidal tracks with CLI downloader."
readme = "README.md"
requires-python = ">=3.11"