aboutsummaryrefslogtreecommitdiffhomepage
path: root/model/feed.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-11 22:16:32 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-11 22:16:32 -0800
commit33445e5b681bbdffaf0925ed020ecdcc49687f15 (patch)
tree4c82a43cd84e57823c0c570a00380b4eb8f8390b /model/feed.go
parent87ccad5c7f1edf8bce37af547ca1659326398fa8 (diff)
Add the possibility to define rewrite rules for each feed
Diffstat (limited to 'model/feed.go')
-rw-r--r--model/feed.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/feed.go b/model/feed.go
index fb2819d..79012e9 100644
--- a/model/feed.go
+++ b/model/feed.go
@@ -23,6 +23,7 @@ type Feed struct {
ParsingErrorMsg string `json:"parsing_error_message,omitempty"`
ParsingErrorCount int `json:"parsing_error_count,omitempty"`
ScraperRules string `json:"scraper_rules"`
+ RewriteRules string `json:"rewrite_rules"`
Category *Category `json:"category,omitempty"`
Entries Entries `json:"entries,omitempty"`
Icon *FeedIcon `json:"icon,omitempty"`