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

14 lines
291 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
2015-06-21 15:56:36 +02:00
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.gocomics.com/pearlsbeforeswine/2015/05/30',
'body' => array(
'//div[1]/p[1]/a[1]/img',
),
'strip' => array(),
),
),
2015-06-21 15:56:36 +02:00
);