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

11 lines
316 B
PHP
Raw Normal View History

2015-04-28 18:08:42 +02:00
<?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(),
),
),
);