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

10 lines
202 B
PHP
Raw Normal View History

2013-10-01 04:15:18 +02:00
<?php
return array(
'test_url' => 'https://medium.com/lessons-learned/917b8b63ae3e',
'body' => array(
'//div[contains(@class, "post-field body")]',
),
'strip' => array(
)
);