Commit Graph

8 Commits

Author SHA1 Message Date
Oskar Dudziński 85088e737a 🐛 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
2025-11-20 16:13:53 +01:00
Oskar Dudziński 06b1eded7c Added explicit and dolby templates (#223)
* strip formatted parts of path

* handle "None" explicit attribute

* add explicit field to items

* add explicit to template example

* add docs for explicit

* add `dolby` field to items

* add `dolby` docs
2025-11-17 02:58:13 +01:00
Oskar Dudziński b87888536e tiddl3 (#194) 2025-11-08 15:18:44 +01:00
Oskar Dudziński 01eeff3cac 🚀 2.8.0 (#182)
* bump version

* remove testing, add venv instructions, formatting

* remove tests and examples
2025-11-04 20:52:56 +01:00
Oskar Dudziński 3a14939f15 Threaded Track Download & Videos Support (#85) 2025-02-09 00:04:07 +01:00
oskvr37 672f56597e ♻️ create handleItemDownload 2025-02-06 23:11:08 +01:00
Oskar Dudziński 2dcae191da Prepare for video downloading (#81)
* add video fetching to api
* add video parsing
* add video download example
2025-02-06 21:18:20 +01:00
Oskar Dudziński f4223f908d Rich & Concurrency Example (#78)
* extract `parseTrackStream` from `downloadTrackStream`

* add Rich & Concurrency Example
2025-01-31 20:20:33 +01:00