nning / transmission-rss

Adds torrents from RSS feeds to Transmission web frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to download the rest of the feed after regexp/matcher?

CaptainJawZ opened this issue · comments

Sorry if this is a n00b question, don't know where else to ask.
So I have my transmission-rss working, right now I got a feed with multiple regex filters that each download to a different directory.
However i'd like the rest of the items on the feed to be downloaded to a default directory, is there a way to do it?

my config is something like
feeds:

  • url: FEED URL
    regexp:
    • matcher: AAA
      download_path: /path/AAA
    • matcher: BBB
      download_path: /path/BBB
    • matcher: CCC
      download_path: /path/CCC
      download_path: /path/Default <<< here is where I want to download anything that wasn't on matcher