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

12 lines
299 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(
'//div[@class="entry"]',
),
)
)
);