TorrentManager handles Torrent objects
Bases: deluge.component.Component
TorrentManager contains a list of torrents in the current libtorrent session. This object is also responsible for saving the state of the session for use on restart.
Remove a torrent from the session.
| Parameters: |
|
|---|---|
| Returns: | True if removed successfully, False if not |
| Return type: | bool |
| Raises InvalidTorrentError: | |
if the torrent_id is not in the session |
|