aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/rewrite/rewriter.go
Commit message (Collapse)AuthorAge
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Add rewrite functions: convert_text_link and nl2brGravatar Frédéric Guillot2019-11-28
|
* add_mailto_subject: New rewrite functionGravatar Peter De Wachter2019-08-19
| | | | | Dinosaur Comics (qwantz.com) likes to hide jokes in mailto: links, but miniflux's sanitizer strips those out.
* Refactor manual entry scraperGravatar Frédéric Guillot2018-12-02
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* New `add_dynamic_image` rewriter for JavaScript-loaded images.Gravatar dzaikos2018-07-09
| | | | | | Searches tags for various `data-*` attributes and sets `img` tag `src` attribute appropriately. Falls back to searching `noscript` for `img` tags. Includes unit tests.
* Improve content scraperGravatar Frédéric Guillot2017-12-13
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot2017-12-11
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* First commitGravatar Frédéric Guillot2017-11-19