Add grabber rule for openrightsgroup.org

This commit is contained in:
Frédéric Guillot 2014-11-25 18:39:12 -05:00
parent 917a2573f0
commit 923ef7c0ef
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
return array(
'test_url' => '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"]',
),
);