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

17 lines
503 B
PHP
Raw Normal View History

2017-11-02 05:17:45 +01:00
<?php
return array(
'grabber' => array(
'%.*%' => array(
'test_url' => 'https://www.theverge.com/2017/10/20/16512178/alphabet-project-loon-puerto-rico-lte-balloons-disaster-relief-connectivity',
'body' => array(
'//div[@class="c-entry-hero__header-wrap"]',
'//span[@class="e-image__inner"]',
'//div[@class="c-entry-content"]',
),
'strip' => array(
'//div[@class="c-entry-hero__meta"]',
)
),
),
);