summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php
blob: 60d9bfa51be16f7b26f15c006a42de71243cbe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

return array(
    'grabber' => array(
        '%.*%' => array(
            'test_url' => 'http://www.neustadt-ticker.de/41302/alltag/kultur/demo-auf-der-boehmischen',
            'body' => array(
                '//div[@class="entry-content"]',
            ),
            'strip' => array(
                '//*[contains(@class, "sharedaddy")]',
                '//*[contains(@class, "yarpp-related")]',
            ),
        ),
    ),
);