Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedProcessor ¶
type FeedProcessor struct {
// contains filtered or unexported fields
}
FeedProcessor handles the processing of feed contents.
func NewFeedProcessor ¶
NewFeedProcessor returns a new FeedProcessor.
func (*FeedProcessor) Process ¶
func (f *FeedProcessor) Process()
Process applies rewrite and scraper rules.
func (*FeedProcessor) WithCrawler ¶
func (f *FeedProcessor) WithCrawler(value bool)
WithCrawler enables the crawler.
func (*FeedProcessor) WithRewriteRules ¶
func (f *FeedProcessor) WithRewriteRules(rules string)
WithRewriteRules adds rewrite rules to the processing.
func (*FeedProcessor) WithScraperRules ¶
func (f *FeedProcessor) WithScraperRules(rules string)
WithScraperRules adds scraper rules to the processing.
Click to show internal directories.
Click to hide internal directories.