Created
October 7, 2013 15:34
-
-
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
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
{ | |
"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