Files
Kanboard-Prod/vendor/miniflux/picofeed/lib/PicoFeed/Rules/mokepon.smackjeeves.com.php
2017-10-25 16:22:10 -07:00

11 lines
316 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://mokepon.smackjeeves.com/comics/2120096/chapter-9-page-68/',
'body' => array('//*[@id="comic_area_inner"]/img | //*[@id="comic_area_inner"]/a/img'),
'strip' => array(),
),
),
);