Create fastcodesign.com.php

New Grabber Rules File
This commit is contained in:
chrislemonier 2014-02-25 12:02:48 -08:00
parent dfcc574530
commit f611e498f3
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://www.fastcodesign.com/3026548/exposure/peek-inside-the-worlds-forbidden-subway-tunnels',
'body' => array(
'//article[contains(@class, "body prose")]',
),
'strip' => array(
)
);