miniflux-legacy/vendor/PicoFeed/Rules/journaldugeek.com.php

10 lines
237 B
PHP

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