1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Perelman 5736edaa3d Updated README to include usage information. 9 years ago
LICENSE Initial commit 9 years ago
README.md Updated README to include usage information. 9 years ago
atom_filter_title.py Added filter scripts for RSS and ATOM titles. 9 years ago
rss_filter_title.py Added filter scripts for RSS and ATOM titles. 9 years ago

README.md

*_filter_title.py

Filter a feed's items based on their title.

USAGE:
    <original_feed.xml >filtered_feed.xml  (rss|atom)_filter_title.py word...
    <original_feed.xml >filtered_feed.xml  (rss|atom)_filter_title.py --whitelist word...

The word arguments are a list of substrings that either must not appear (default) or must appear (--whitelist) in the titles of the output.

There are two variants of the script. rss_filter_title.py works on RSS feeds while atom_filter_title.py works on ATOM feeds.