Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CaptainJawZ opened this issue Dec 20, 2020 · 0 comments
Open

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

CaptainJawZ opened this issue Dec 20, 2020 · 0 comments

Comments

@CaptainJawZ
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant