miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/the-ebook-reader.com.php

16 lines
444 B
PHP
Raw Normal View History

2015-10-18 23:31:23 +02:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://blog.the-ebook-reader.com/2015/09/25/kobo-glo-hd-and-kobo-touch-2-0-covers-and-cases-roundup/',
'body' => array(
2016-02-10 02:30:07 +01:00
'//div[@class="entry"]',
2015-10-18 23:31:23 +02:00
),
2017-04-05 22:05:48 +02:00
'strip' => array(
'//div[@id="share"]',
'//div[contains(@class,"ItemCenter")]',
),
),
),
2015-10-18 23:31:23 +02:00
);