@chest069 wrote:
Ok, so I have been trying to get a basic start on a working config.yml file for Flexget that sends everything to my local install of JDownloader2 so it can download the files and I have Folder Watcher setup for this as (I think it is required for me to do this).
I copied what was listed here on the site and changed it to the following for my config file.
tasks:
task_name:
rss: http://showrss.info/user/139389.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
series:
- Supergirl
- Charmed
exec:
- echo text={{url}} >> "C:/Torrent-Files/{{title}}.crawljob"
- echo downloadFolder=/Torrent-Completed/{{title}} >> "C:/Torrent-Files/{{title}}.crawljob"The site is ShowRss and the Rss link is where it lists all of myshows. When I run flexget --test execute config.yml in the cmd window it returns "flexget: error: unrecognized arguments: config.yml".
Right now I just want to get the config right so I can see it does what I am wanting it to do i.e. Grab the links then send to my local JDownloader2 then JDownloader2 downloads the files.
I have seen through other posts that I can do a lot more but right now this is stopping me.
Thanks for any help on this.
Posts: 2
Participants: 1