Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore(version): v1.0.0 v1.0.0 | Benedikt Peetz | 2024-08-22 |
| | |||
* | chore(treewide): Add missing license | Benedikt Peetz | 2024-08-22 |
| | |||
* | fix(yt_dlp/info_json): Add further missing fields | Benedikt Peetz | 2024-08-22 |
| | |||
* | fix(watch/events): Also mark a video inactive on the stop event | Benedikt Peetz | 2024-08-22 |
| | |||
* | fix(constants): Don't set a default subtile language | Benedikt Peetz | 2024-08-22 |
| | | | | Always fetching a subtitle file is rather counterproductive. | ||
* | fix(update): Correctly treat a success as a success | Benedikt Peetz | 2024-08-22 |
| | |||
* | fix(subscriptions/add): Ignore the trailing slash on URLs | Benedikt Peetz | 2024-08-22 |
| | |||
* | fix(storage/get_videos): Also order by `publish_date` | Benedikt Peetz | 2024-08-22 |
| | | | | | All freshly added videos have a priority of 0. To ensure that they are still ordered, also sort by `publish_date`. | ||
* | feat(select/file): Allow `--priority` argument to all functions | Benedikt Peetz | 2024-08-22 |
| | | | | This allows setting a priority even on picked videos. | ||
* | feat(download): Support limiting the downloader by maximal cache size | Benedikt Peetz | 2024-08-22 |
| | |||
* | test(benches/update): Init | Benedikt Peetz | 2024-08-22 |
| | |||
* | perf(raw_update.py)!: Don't fetch entries that are already in the database | Benedikt Peetz | 2024-08-22 |
| | | | | | | | | | | | | | | | | | | | | Testing has resulted in a speed-up of circa 3400% (updates of 1 subscription (which is already fully stored) are now ca. 1 sec from previously 34 sec). BREAKING CHANGE: The extractor hash is now calculated from the `id` and not the `webpage_url` field requiring a complete re-fetch of all stored videos. ```bash $# export your subscriptions: $ yt subs list --urls > subs.txt $# remove the old database $ mv ~/.local/share/yt/videos.sqlite{,.old} $# reimport the subsciptions $ yt subs import subs.txt $# refetch all videos $ yt upadate ``` | ||
* | build(package): Include python `blake3` dependency | Benedikt Peetz | 2024-08-22 |
| | |||
* | chore(version): v0.1.3 v0.1.3 | Benedikt Peetz | 2024-08-21 |
| | |||
* | fix(yt_dlp/info_json): Add another missing attribute | Benedikt Peetz | 2024-08-21 |
| | |||
* | chore(version): v0.1.2 v0.1.2 | Benedikt Peetz | 2024-08-21 |
| | |||
* | fix(yt_dlp/info_json): Add further fields | Benedikt Peetz | 2024-08-21 |
| | |||
* | docs(yt_dlp/lib): Improve some comments | Benedikt Peetz | 2024-08-21 |
| | |||
* | build(flake): Wrap the yt binary with the required dependencies | Benedikt Peetz | 2024-08-21 |
| | |||
* | chore(version): v0.1.1 v0.1.1 | Benedikt Peetz | 2024-08-21 |
| | |||
* | fix(select/duration): Also parse `[No Duration]` as duration | Benedikt Peetz | 2024-08-21 |
| | |||
* | fix(update): Use the `raw_update.py` from the path | Benedikt Peetz | 2024-08-21 |
| | |||
* | build(flake): Add package definition | Benedikt Peetz | 2024-08-21 |
| | |||
* | style(treewide): Reformat v0.1.0 | Benedikt Peetz | 2024-08-21 |
| | |||
* | build(flake): Setup up checks (formatter and derivation) | Benedikt Peetz | 2024-08-21 |
| | |||
* | docs(NEWS): Add | Benedikt Peetz | 2024-08-21 |
| | |||
* | chore: Initial Commit | Benedikt Peetz | 2024-08-21 |
This repository was migrated out of my nixos-config. |