miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Rules/geektimes.ru.php

13 lines
312 B
PHP

<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://geektimes.ru/post/289151/',
'body' => array(
"//div[contains(concat(' ',normalize-space(@class),' '),' content ')]"
),
'strip' => array(),
),
),
);