Adds regexp support to rss

This commit is contained in:
Patrick Kishino
2020-06-03 15:51:08 +09:00
parent 9083132669
commit 3fbcb49014
6 changed files with 13 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
feeds:
- url: {{ .Env.RSS_URL }}
download_path: {{ .Env.TRANSMISSION_DOWNLOAD_DIR }}
regexp: {{ .Env.RSS_REGEXP }}
server:
host: transmission
port: 9091