Skip to content

Instantly share code, notes, and snippets.

@gjedeer
Created October 7, 2013 15:34
Show Gist options
  • Save gjedeer/6869921 to your computer and use it in GitHub Desktop.
Save gjedeer/6869921 to your computer and use it in GitHub Desktop.
Rules for some of the websites for the FeedMod plugin for TT-RSS
{
"bankier.pl": {
"type": "xpath",
"xpath": "div[@id='article_body']"
},
"makowskimarcin.pl": {
"type": "xpath",
"xpath": "div[@class='entry-content post_content']"
},
"niebezipecznik.pl": {
"type": "xpath",
"xpath": "div[@class='entry']"
},
"~r/niebezipecznik/": {
"type": "xpath",
"xpath": "div[@class='entry']"
},
"~r/Sekurak/": {
"type": "xpath",
"xpath": "div[@class='entry']"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment