add composer's vendor directory
This commit is contained in:
parent
01a3860d73
commit
60b094d5fa
745 changed files with 56017 additions and 1 deletions
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php
vendored
Normal file
23
vendor/fguillot/picofeed/lib/PicoFeed/Rules/theatlantic.com.php
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.theatlantic.com/politics/archive/2015/09/what-does-it-mean-to-lament-the-poor-inside-panem/407317/',
|
||||
'body' => array(
|
||||
'//picture[@class="img"]',
|
||||
'//figure/figcaption/span',
|
||||
'//div/p[@itemprop="description"]',
|
||||
'//div[@class="article-body"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//aside[@class="callout"]',
|
||||
'//span[@class="credit"]',
|
||||
'//figcaption[@class="credit"]',
|
||||
'//aside[contains(@class,"partner-box")]',
|
||||
'//div[contains(@class,"ad")]',
|
||||
'//a[contains(@class,"social-icon")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue