summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/fastcodesign.com.php
blob: 58cb9df23bca48f95aaa1914720e74348f9256d0 (plain)
1
2
3
4
5
6
7
8
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(
    )
);