qbt-clean 0.124.0

Automated rules-based cleaning of qBittorrent torrents.
1
2
3
4
5
#[derive(Debug,serde::Deserialize)]
pub struct Tracker {
	pub msg: String,
	pub url: String,
}