I'm trying to make flexget work but all I get is "Undecided".
Here's my simplest config file:
Code: Select all
tasks:
tv_shows:
rss: http://ezrss.it/feed/
series:
- The Walking Dead
download: /Users/<user>/TV Shows/Torrents
But even with this simple configuration file, my output is:
Code: Select all
2014-03-24 22:04 VERBOSE details tv_shows Produced 30 entries.
2014-03-24 22:04 VERBOSE details tv_shows Summary - Accepted: 0 (Rejected: 0 Undecided: 30 Failed: 0)
What am I doing wrong?
I'm on a Mac OS X 10.9.2. I'm trying to test flexget by running it from the command line with "flexget execute"
Thanks in advance.