diff --git a/vendor/PicoFeed/Rules/openrightsgroup.org.php b/vendor/PicoFeed/Rules/openrightsgroup.org.php new file mode 100644 index 0000000..74d3fa1 --- /dev/null +++ b/vendor/PicoFeed/Rules/openrightsgroup.org.php @@ -0,0 +1,16 @@ + 'https://www.openrightsgroup.org/blog/2014/3-days-to-go-till-orgcon2014', + 'body' => array( + '//div[contains(@class, "content")]/div', + ), + 'strip' => array( + '//h2[1]', + '//div[@class="info"]', + '//div[@class="tags"]', + '//div[@class="comments"]', + '//div[@class="breadcrumbs"]', + '//h1[@class="pageTitle"]', + '//p[@class="bookmarkThis"]', + ), +); \ No newline at end of file