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

14 lines
266 B
PHP
Raw Normal View History

<?php
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://xkcd.com/1472/',
'body' => array(
'//div[@id="comic"]',
),
'strip' => array(
),
)
)
);