Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | style(treewide): Re-format | Benedikt Peetz | 2025-02-16 |
| | |||
* | feat(crates/yt_dlp/lib): Wrap `process_ie_result` function | Benedikt Peetz | 2025-02-16 |
| | |||
* | fix(crates/yt_dlp/lib): Actually resolve the `entries` generator object | Benedikt Peetz | 2025-02-16 |
| | | | | Previously, we just ignored it. | ||
* | fix(crates/yt_dlp/lib): Swallow all error logs from yt_dlp | Benedikt Peetz | 2025-02-16 |
| | | | | | | These are already returned as `PythonError`s and thus often printed twice. As such, removing the python print gives the consumer more liberty of how to handle the error. | ||
* | fix(crates/yt_dlp/progress_hook): Print the progress to stderr | Benedikt Peetz | 2025-02-16 |
| | |||
* | fix(crates/yt_dlp): Actually return errors instead of panicing | Benedikt Peetz | 2025-02-14 |
| | |||
* | fix(crates/yt_dlp): Avoid printing the file extension in the progress display | Benedikt Peetz | 2025-02-14 |
| | | | | The file extension should not be relevant for a user. | ||
* | build(treewide): Update dependencies | Benedikt Peetz | 2024-11-16 |
| | |||
* | fix(yt_dlp/progress_hook): Mark estimates as such | Benedikt Peetz | 2024-11-04 |
| | | | | | Currently, the wildly changing estimate numbers are not differentiated from the valid numbers. | ||
* | style(treewide): Format | Benedikt Peetz | 2024-10-29 |
| | |||
* | fix(yt_dlp/lib/progress_hook): Avoid overriding previous messages | Benedikt Peetz | 2024-10-29 |
| | | | | Otherwise, the hook would simply cancel the already printed line. | ||
* | fix(yt_dlp/lib/progress_hook): Estimate `total_byte_size` better | Benedikt Peetz | 2024-10-19 |
| | | | | | | This still is sort of weird, because the total byte size changes whilst downloading, but it is still immensely better than just putting a `0` there. | ||
* | refactor(treewide): Conform to the clippy and rust lints | Benedikt Peetz | 2024-10-14 |
| | |||
* | feat(crates/yt_dlp): Make saving the downloaded info.json configurable | Benedikt Peetz | 2024-10-07 |
| | | | | | This avoids having to recompile the application to save the downloaded info.json, and simply requires setting an environment variable. | ||
* | refactor(treewide): Conform to `cargo clippy` | Benedikt Peetz | 2024-08-25 |
| | |||
* | docs(yt_dlp/progress_hook): Add a note about the possibility to calculate ↵ | Benedikt Peetz | 2024-08-25 |
| | | | | video sizes | ||
* | fix(yt_dlp/info_json): Accept further missing fields in the info_json | Benedikt Peetz | 2024-08-25 |
| | |||
* | fix(yt_dlp/lib/hook): Don't print download progress, when debug is logged | Benedikt Peetz | 2024-08-25 |
| | | | | This makes interpreting the debug output easier. | ||
* | refactor(yt_dlp): Also move the `crates` subdirectory | Benedikt Peetz | 2024-08-23 |