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

11 lines
255 B
PHP
Raw Normal View History

2013-08-31 18:37:26 -04: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-18 22:48:29 -04:00
'//*[contains(@class, "promo")]',
2013-08-31 18:37:26 -04:00
),
);