v0.8.0
Commands:
- Removed
expired
command, replaced withprune
commandprune
command works almost the same way but give you more control on how to clean up torrents by providing tags.- To delete torrents that have the tag
expired
andadded:30d
and do not have the tagssite:oink
orsite:whatcd
the command would look like:qbittools.py prune --include-tag expired --include-tag added:30d --exclude-tag site:oink --exclude-tag site:whatcd
- To keep consistency across other commands, flags that started with
ignore-
have been changed toexclude-
.
Other:
- Container base changed from Debian to Alpine