umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
118 stars 26 forks source link

Invert filter #104

Closed umputun closed 1 year ago

umputun commented 1 year ago

add a parameter invert to the filter. If set (to true) it will revers the logic, i.e. instead of "exclude matched" it will act as "include matched only". The change is back-compatible as the default value is false

Should address #103