podsync
podsync copied to clipboard
Multi Filters in a feed
Its not clear if this is possible or how to do Multiple filters on a feed, example: I want to filer episodes that are "Live" or if a episode has "Q&A"
so would i use not_title = "Live" OR "LIVE" OR "Q&A" OR "q&a"
Yep. You can use regular expression for combination of multiple filters
- example: https://regex101.com/r/4qaQT2/2
- docs: https://golang.org/pkg/regexp/syntax/
Should probably update the documentation with more examples on this.
Yep. You can use regular expression for combination of multiple filters
- example: https://regex101.com/r/4qaQT2/2
- docs: https://golang.org/pkg/regexp/syntax/
How i can get the sentence “full episode" in a string?