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

20 lines
505 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
2015-10-18 23:31:23 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.buenosairesherald.com/article/199344/manzur-named-next-governor-of-tucum%C3%A1n',
'body' => array(
'//div[@class="img_despliege"]',
'//div[@id="nota_despliegue"]',
),
'strip' => array(
'//script',
'//span[@id="fecha"]',
'//h1',
'//div[@class="autor"]',
),
),
),
2015-10-18 23:31:23 +02:00
);