aboutsummaryrefslogtreecommitdiffhomepage
path: root/model/feed.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-10 20:51:04 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-10 20:51:04 -0800
commit87ccad5c7f1edf8bce37af547ca1659326398fa8 (patch)
tree4998a78ac68b1c2c03e6152d26567928cdf042ec /model/feed.go
parent7a35c58f53d76356292e3e0ca9c91add3595a9e0 (diff)
Add scraper rules
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 dbdb9d6..fb2819d 100644
--- a/model/feed.go
+++ b/model/feed.go
@@ -22,6 +22,7 @@ type Feed struct {
LastModifiedHeader string `json:"last_modified_header,omitempty"`
ParsingErrorMsg string `json:"parsing_error_message,omitempty"`
ParsingErrorCount int `json:"parsing_error_count,omitempty"`
+ ScraperRules string `json:"scraper_rules"`
Category *Category `json:"category,omitempty"`
Entries Entries `json:"entries,omitempty"`
Icon *FeedIcon `json:"icon,omitempty"`