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

14 lines
392 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'http://www.fastcoexist.com/3026114/take-a-seat-on-this-gates-funded-future-toilet-that-will-change-how-we-think-about-poop',
'body' => array(
'//article[contains(@class, "body prose")]',
),
'strip' => array(
),
),
),
);