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

14 lines
344 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.geekculture.com/joyoftech/joyarchives/2180.html',
'body' => array(
'//p[contains(@class,"Maintext")][2]/a/img[contains(@src,"joyimages")]',
),
'strip' => array(),
),
),
);