miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php
Frederic Guillot 154abcd57b Update vendor
2015-06-21 09:56:36 -04:00

13 lines
310 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.pixelbeat.org/programming/sigpipe_handling.html#1425573246',
'body' => array(
'//div[@class="contentText"]',
),
'strip' => array(),
)
)
);