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

11 lines
241 B
PHP
Raw Normal View History

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