miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/onhax.net.php

16 lines
424 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"]',
),
),
),
);