qbt-clean 0.120.0

Automated rules-based cleaning of qBittorrent torrents.
1
2
3
4
5
#[derive(Debug)]
pub struct GroupTorrent {
	pub include_in_score: bool,
	pub torrent: crate::Torrent,
}