Create huffingtonpost.com.php

New grabber rules file
This commit is contained in:
chrislemonier 2014-02-25 12:04:49 -08:00
parent 913777cd8a
commit e2de759cfa
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://www.huffingtonpost.com/2014/02/20/centscere-social-media-syracuse_n_4823848.html',
'body' => array(
'//article[@class="content")]',
),
'strip' => array(
)
);