Create fastcompany.com.php

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

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://www.fastcompany.com/3026712/fast-feed/elon-musk-an-apple-tesla-merger-is-very-unlikely',
'body' => array(
'//article[contains(@class, "body prose")]',
),
'strip' => array(
)
);