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

12 lines
287 B
PHP
Raw Normal View History

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