Create fastcompany.com.php
New grabber rules file
This commit is contained in:
parent
816491748b
commit
913777cd8a
9
vendor/PicoFeed/Rules/fastcompany.com.php
vendored
Normal file
9
vendor/PicoFeed/Rules/fastcompany.com.php
vendored
Normal 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(
|
||||||
|
)
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user