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

12 lines
291 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www./2014/05/20/le-playstation-now-arrive-en-beta-fermee-aux-etats-unis/',
'body' => array(
'//div[@class="post-content"]',
),
),
),
);