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

13 lines
359 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.bizjournals.com/milwaukee/news/2015/09/30/bucks-will-hike-prices-on-best-seats-at-new-arena.html',
'body' => array(
2015-12-16 01:26:15 +01:00
'//figure/div/a/img',
'//p[@class="content__segment"]',
2015-10-18 23:31:23 +02:00
),
),
),
2015-10-18 23:31:23 +02:00
);