Skip to content

Instantly share code, notes, and snippets.

@mbierman
Last active August 29, 2015 13:56
Show Gist options
  • Save mbierman/9127477 to your computer and use it in GitHub Desktop.
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.
curl --silent $1 | grep 'type="application/rss+xml"'
@mbierman
Copy link
Author

Here's the Automator Script

  1. Run Shell script
  2. Extract URLs from text
  3. Display Webpages

This will open the RSS feeds in a new window in your default browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment