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

19 lines
465 B
PHP
Raw Normal View History

2015-09-12 19:34:36 +02:00
<?php
2015-09-12 19:34:36 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'body' => array('//div[@id="comic"]',
'//div[contains(@class,"entry-content")]',
),
'strip' => array(),
'test_url' => 'http://mercworks.net/comicland/healthy-choice/',
),
2015-09-12 19:34:36 +02:00
),
'filter' => array(
'%.*%' => array(
'%title="(.+)" */>%' => '/><br/>$1',
),
),
2015-09-12 19:34:36 +02:00
);