mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Refactor manual entry scraper
This commit is contained in:
parent
52de36b158
commit
311a133ab8
6 changed files with 34 additions and 19 deletions
10
reader/processor/doc.go
Normal file
10
reader/processor/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2018 Frédéric Guillot. All rights reserved.
|
||||
// Use of this source code is governed by the Apache 2.0
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
|
||||
Package processor applies rules and sanitize content for feed entries.
|
||||
|
||||
*/
|
||||
package processor // import "miniflux.app/reader/processor"
|
Loading…
Add table
Add a link
Reference in a new issue