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

16 lines
398 B
PHP
Raw Normal View History

2013-10-01 04:15:18 +02:00
<?php
2013-10-01 04:15:18 +02:00
return array(
2015-04-28 18:08:42 +02:00
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
'body' => array(
'//div[contains(@class, "post-field body")]',
2016-07-29 03:14:51 +02:00
'//div[contains(@class, "section-inner layoutSingleColumn")]',
2015-04-28 18:08:42 +02:00
),
'strip' => array(
),
),
),
2013-10-01 04:15:18 +02:00
);