miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/onhax.net.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

16 lines
436 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://onhax.net/process-lasso-8-9-1-4-pro-key-portable-is-here-latest',
'body' => array(
'//div[@class="postcontent"]',
),
'strip' => array(
'//*[@class="sharedaddy sd-sharing-enabled"]',
'//*[@class="yarpp-related"]',
),
),
),
);