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

10 lines
213 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(
),
);