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

16 lines
436 B
PHP
Raw Normal View History

2016-02-10 02:30:07 +01:00
<?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(
2017-04-05 22:05:48 +02:00
'//div[@class="postcontent"]',
2016-02-10 02:30:07 +01:00
),
'strip' => array(
2017-04-05 22:05:48 +02:00
'//*[@class="sharedaddy sd-sharing-enabled"]',
'//*[@class="yarpp-related"]',
2016-02-10 02:30:07 +01:00
),
),
),
2017-04-05 22:05:48 +02:00
);