qbit
qbit copied to clipboard
A Rust library for interacting with qBittorrent's Web API
Added the following RSS API methods: - [x] Add folder - [x] Add feed - [x] Remove item - [x] Move item - [ ] Get all items - [x]...
Hi, calling ```rust client.login(true).await.unwrap(); ``` fails with a ```called `Result::unwrap()` on an `Err` value: BadResponse { explain: "Failed to extract cookie from response" }``` error. This happens when trying to...
Hello, I appreciate the availability of this crate. I have encountered an issue while attempting to add a torrent from the local disk. Thank you for your assistance. ``` let...