Skip to content

Instantly share code, notes, and snippets.

@tallsam
Created July 1, 2015 06:32
Show Gist options
  • Save tallsam/d606b65b730ee3cb891b to your computer and use it in GitHub Desktop.
Save tallsam/d606b65b730ee3cb891b to your computer and use it in GitHub Desktop.
Tinytiny RSS feed iron configuration
{
"pvponline": {
"type": "xpath",
"xpath": "div[contains(@class, 'comic')]"
},
"oatmeal": {
"type": "xpath",
"xpath": "div[@id='comic']",
"cleanup": [
"div[@id='content_footer2']"
]
},
"omgubuntu": {
"type": "xpath",
"xpath": "div[contains(@class, 'entry-content')]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment