Create treehugger.com.php
New grabber rules file
This commit is contained in:
parent
e2de759cfa
commit
e9898ba6bb
10
vendor/PicoFeed/Rules/treehugger.com.php
vendored
Normal file
10
vendor/PicoFeed/Rules/treehugger.com.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://www.treehugger.com/uncategorized/top-ten-posts-week-bunnies-2.html',
|
||||
'body' => array(
|
||||
'//div[contains(@class, "promo-image")]',
|
||||
'//div[contains(@id, "entry-body")]',
|
||||
),
|
||||
'strip' => array(
|
||||
)
|
||||
);
|
Loading…
Reference in New Issue
Block a user