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

18 lines
573 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.buenosairesherald.com/article/199344/manzur-named-next-governor-of-tucum%C3%A1n',
'body' => array(
2016-01-12 02:03:13 +01:00
'//div[@style="float:none"]',
2015-10-18 23:31:23 +02:00
),
'strip' => array(
2016-01-12 02:03:13 +01:00
'//div[contains(@class, "bz_alias_short_desc_container"]',
'//td[@id="bz_show_bug_column_1"]',
'//table[@id="attachment_table"]',
'//table[@class="bz_comment_table"]',
2015-10-18 23:31:23 +02:00
),
),
),
2015-10-18 23:31:23 +02:00
);