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
# cron_schedule = "@every 12h" # Optional cron expression format. If set then overwrite 'update_period'. See details below
80
-
# filters = { title = "regex for title here"} # Optional Golang regexp format. If set, then only download episodes with matching titles.
80
+
# filters = { title = "regex for title here", not_title = "regex for negative title match", description = "...", not_description = "..." } # Optional Golang regexp format. If set, then only download matching episodes.
81
81
# opml = true|false # Optional inclusion of the feed in the OPML file (default value: false)
82
82
# clean = { keep_last = 10 } # Keep last 10 episodes (order desc by PubDate)
0 commit comments