miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/satwcomic.com.php

15 lines
343 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?php
2015-04-28 18:08:42 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://satwcomic.com/day-at-the-beach',
'body' => array(
2015-06-21 15:56:36 +02:00
'//div[@class="container"]/center/a/img',
'//span[@itemprop="articleBody"]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(),
),
),
);