diff options
author | Frédéric Guillot <fred@miniflux.net> | 2019-11-29 11:17:14 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2019-11-29 11:27:58 -0800 |
commit | 69aa650203087ad6365fcd6769a49bdf327e9efb (patch) | |
tree | 2b74ede78da683a9442da0851718d981614a37b7 /template/html/choose_subscription.html | |
parent | 8028cc764ff7d53370b64ec8110cbcdece787432 (diff) |
Add the possibility to add rules during feed creation
Diffstat (limited to 'template/html/choose_subscription.html')
-rw-r--r-- | template/html/choose_subscription.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/html/choose_subscription.html b/template/html/choose_subscription.html index bac7083..ee4a1dc 100644 --- a/template/html/choose_subscription.html +++ b/template/html/choose_subscription.html @@ -22,6 +22,8 @@ <input type="hidden" name="user_agent" value="{{ .form.UserAgent }}"> <input type="hidden" name="feed_username" value="{{ .form.Username }}"> <input type="hidden" name="feed_password" value="{{ .form.Password }}"> + <input type="hidden" name="scraper_rules" value="{{ .form.ScraperRules }}"> + <input type="hidden" name="rewrite_rules" value="{{ .form.RewriteRules }}"> {{ if .form.Crawler }} <input type="hidden" name="crawler" value="1"> {{ end }} |