mediahandler.util.torrent

Module: mediahandler.util.torrent

Module contains:
mediahandler.util.torrent.remove_deluge_torrent(settings, torrent_hash)

Removes a torrent from Deluge.

Required arguments:
  • settings

    Dict or MHSettings object for Deluge info.

  • torrent_hash

    Valid hash of active torrent to be removed.

This is a Twisted Deferred object which hooks into the Deluge UI client. For more information, visit: http://dev.deluge-torrent.org/wiki/Development/UiClient1.2