You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
regexp:
download_path: /path/AAA
download_path: /path/BBB
download_path: /path/CCC
download_path: /path/Default <<< here is where I want to download anything that wasn't on matcher
The text was updated successfully, but these errors were encountered: