miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/oglaf.com.php

21 lines
480 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
2015-06-21 15:56:36 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'body' => array(
'//img[@id="strip"]',
'//a/div[@id="nx"]/..',
2015-06-21 15:56:36 +02:00
),
'strip' => array(),
'test_url' => 'http://oglaf.com/slodging/',
),
2015-06-21 15:56:36 +02:00
),
'filter' => array(
'%.*%' => array(
'%alt="(.+)" title="(.+)" */>%' => '/><br/>$1<br/>$2<br/>',
2015-06-21 15:56:36 +02:00
'%</a>%' => 'Next page</a>',
),
),
2015-06-21 15:56:36 +02:00
);