miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php

15 lines
343 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://explosm.net/comics/3803/',
'body' => array(
'//div[@id="comic-container"]',
2015-06-21 15:56:36 +02:00
'//div[@id="comic-container"]//img/@src'
2015-04-28 18:08:42 +02:00
),
'strip' => array(
),
)
)
);