Create treehugger.com.php

New grabber rules file
This commit is contained in:
chrislemonier 2014-02-25 12:05:20 -08:00
parent e2de759cfa
commit e9898ba6bb
1 changed files with 10 additions and 0 deletions

View 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(
)
);