e9898ba6bb
New grabber rules file
11 lines
267 B
PHP
11 lines
267 B
PHP
<?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(
|
|
)
|
|
);
|