A cli tool for downloading VODs off of Dispatcharr VOD downloading functionality.
Warning
This software is currently in alpha stages, there may be bugs and breaking changes to the API.
- Download full series
- Manually pick and exclude seasons and episodes
- VOD validation after download
// TODO: ...
Contributions are welcome.
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-change) - Make your changes and ensure everything compiles (
cargo build) - Run tests (
cargo test) - Run the linter (
cargo clippy) - Format your code (
cargo +nightly fmtfromrustfmt) - Open a pull request with a clear description of what you changed and why
- Keep the cli user-friendly and well-documented
- Prefer returning
Resulttypes over panicking - New dependencies should be justified since the core functionality resides in Core
| Crate | Version | License | Purpose |
|---|---|---|---|
| colored | 3.1.1 | MPL 2.0 | Coloured printing |
| chrono | 0.4 | MIT / Apache-2.0 | Timestamp handling |
This project is licensed under the GNU General Public License v2.0. See LICENSE for the full license text.