Extractor does not work

Suggest, post, or discuss plugins for Deluge
Post Reply
HUMANICA

Extractor does not work

Post by HUMANICA »

Hello,
i installed deluge on my headless raspberry pi running Raspbian. Everything is doing well, except the extractor plugin does not work.

extractor.con

Code: Select all

{
  "file": 1,
  "format": 1
}{
  "use_name_folder": false,
  "extract_path": " /my/path"
}
core.conf

Code: Select all

 ...
 "enabled_plugins": [
    "Extractor",
    "WebUi"
  ],
  ...
The folder plugins is empty so far. I did some research and found a posting of a similar problem which can be found here: http://forum.deluge-torrent.org/viewtopic.php?t=37895. Other than the creator of this post i don't understand the suggested solution.
Could you please help me and guide a little bit through the process?
Post Reply