miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/networkworld.com.php
2015-10-19 22:49:30 -04:00

18 lines
486 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.networkworld.com/article/2986764/smartphones/samsung-tried-to-troll-apple-fans-waiting-in-line-for-the-iphone-6s.html#tk.rss_all',
'body' => array(
'//figure/img',
'//section[@class="deck"]',
'//div[@itemprop="articleBody"]',
),
'strip' => array(
'//aside',
),
),
),
);