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

16 lines
345 B
PHP
Raw Normal View History

2015-06-21 15:56:36 +02:00
<?php
2015-06-21 15:56:36 +02:00
return array(
2016-12-26 23:32:18 +01:00
'grabber' => array(
2015-06-21 15:56:36 +02:00
'%.*%' => array(
2016-12-26 23:32:18 +01:00
'test_url' => 'http://www.smbc-comics.com/comic/the-troll-toll',
'body' => array(
'//div[@id="cc-comicbody"]',
'//div[@id="aftercomic"]',
),
'strip' => array(
),
),
),
2015-06-21 15:56:36 +02:00
);