miniflux-legacy/vendor/PicoFeed/Rules/.theguardian.com.php

11 lines
255 B
PHP
Raw Normal View History

2013-09-01 00:37:26 +02:00
<?php
return array(
'test_url' => 'http://www.theguardian.com/law/2013/aug/31/microsoft-google-sue-us-fisa',
'body' => array(
'//div[@id="article-wrapper"]',
),
'strip' => array(
2013-09-19 04:48:29 +02:00
'//*[contains(@class, "promo")]',
2013-09-01 00:37:26 +02:00
),
);