about summary refs log tree commit diff stats
path: root/update.sh (unfollow)
Commit message (Expand)Author
2024-08-23refactor(cli): Replace the byte parser with the one from the `bytes` crateBenedikt Peetz
2024-08-23fix(yt_dlp/lib): Standardize the formatting of bytes with the new `bytes` crateBenedikt Peetz
2024-08-23feat(crates/bytes): InitBenedikt Peetz
2024-08-23refactor(libmpv2): Move to the `crates` directoryBenedikt Peetz
2024-08-23chore(yt_dlp/progress_hook): Also consider the `total_bytes_estimate` fieldBenedikt Peetz
2024-08-23chore(yt_dlp/info_json): Add further fieldsBenedikt Peetz
2024-08-23refactor(storage/downloader): Remove unused `get_next_video_watchable`Benedikt Peetz
2024-08-23fix(storage/downloader): Sort the next videos to be downloaded like in the se...Benedikt Peetz
2024-08-23feat(cli): Add an explicit `subs export` subcommandBenedikt Peetz
2024-08-22fix(storage/schema.sql): Tell SQLite to perform type-checkingBenedikt Peetz
2024-08-22refactor(storage/getters): Inline an Option re-creation with `map`Benedikt Peetz
2024-08-22fix(storage/setters): Avoid writing a literal "NULL" string into the dbBenedikt Peetz
2024-08-22refactor(storage): Make all URL parsings panicBenedikt Peetz
2024-08-22refactor(cli): Remove the useless `concurrent_processes` flag from `update`Benedikt Peetz
2024-08-22fix(update): Propagate the logging options to the `update_raw.py` scriptBenedikt Peetz
2024-08-22fix(package): Actually provide the blake3 library to the python interpreterBenedikt Peetz
2024-08-22chore(version): v1.0.0 v1.0.0Benedikt Peetz
2024-08-22chore(treewide): Add missing licenseBenedikt Peetz
2024-08-22fix(yt_dlp/info_json): Add further missing fieldsBenedikt Peetz
2024-08-22fix(watch/events): Also mark a video inactive on the stop eventBenedikt Peetz
2024-08-22fix(constants): Don't set a default subtile languageBenedikt Peetz
2024-08-22fix(update): Correctly treat a success as a successBenedikt Peetz
2024-08-22fix(subscriptions/add): Ignore the trailing slash on URLsBenedikt Peetz
2024-08-22fix(storage/get_videos): Also order by `publish_date`Benedikt Peetz
2024-08-22feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz
2024-08-22feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz
2024-08-22test(benches/update): InitBenedikt Peetz
2024-08-22perf(raw_update.py)!: Don't fetch entries that are already in the databaseBenedikt Peetz
2024-08-22build(package): Include python `blake3` dependencyBenedikt Peetz