Yt-queue

Latest version: v0.9.1

Safety actively analyzes 627655 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.9.1

Fixed

- Updated `yt-dlp` to `2024.4.9`
- dev: version bump script
- dev: dist check ci action

0.8.0

Changed

- Updated `yt-dlp` to `2024.03.10`
- Update documentation and examples

0.7.1

Fixed

- Crash when filtering videos that have no duration

0.7.0

Added

- CLI: `filter --title <regular expression>` to only return videos that matches the regular expression
- CLI: `filter --min-duration <seconds>` to only return videos with a duration greater or equal the value
- CLI: `filter --max-duration <seconds>` to only return videos with a duration less or equal the value
- api: `title` option for `filter_videos`
- api: `min-duration` option for `filter_videos`
- api: `max-duration` option for `filter_videos`

0.6.0

Deprecated

- CLI: `get-no-status`: use `filter --no-status` instead
- CLI: `get-status`: use `filter ... --status=...` instead
- api: `get_no_status`: use `list_filtered_ids(..., {'status': None})` instead
- api: `get_status`: use `list_filtered_ids(..., {'status': ...})` instead

0.5.0

Added

- CLI: add `--only-if-older=<time>` to `refresh` sub command to skip if recently refreshed
- api: `only_if_older` option to refresh to skip refreshing if recently refreshed

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.