summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/.blogs.nytimes.com.php
blob: aa17033e355dc67b72eff06db12f167f35e3a80a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
return array(
    'title' => '//header/h1',
    'test_url' => 'http://bits.blogs.nytimes.com/2012/01/16/wikipedia-plans-to-go-dark-on-wednesday-to-protest-sopa/',
    'body' => array(
         '//div[@class="postContent"]',
    ),
    'strip' => array(
         '//*[@class="shareToolsBox"]',
    ),
);