Last active
August 29, 2015 13:56
-
-
Save mbierman/9127477 to your computer and use it in GitHub Desktop.
Gets the RSS feeds from a web page. Can be used in an AppleScript or commandline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --silent $1 | grep 'type="application/rss+xml"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the Automator Script
This will open the RSS feeds in a new window in your default browser.