f611e498f3
New Grabber Rules File
10 lines
246 B
PHP
10 lines
246 B
PHP
<?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(
|
|
)
|
|
);
|