diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2021-02-01 23:41:57 +0100 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2021-02-01 23:41:57 +0100 |
commit | 467014a3079e741beaa0fbe2f6a1d7276c1f2249 (patch) | |
tree | 9d0632b5406ee1e65fda637e2dfc26f6c69188b2 /README | |
download | php-stuff-467014a3079e741beaa0fbe2f6a1d7276c1f2249.zip |
Added rssfilter
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +PHP stuff +========= + + +rssfilter +--------- +A simple script to remove unwanted articles from an RSS feed, either by title or by URL. It also removes duplicate articles from the feed. |