add composer's vendor directory
This commit is contained in:
parent
01a3860d73
commit
60b094d5fa
745 changed files with 56017 additions and 1 deletions
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/jsonline.com.php
vendored
Normal file
24
vendor/fguillot/picofeed/lib/PicoFeed/Rules/jsonline.com.php
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'http://www.jsonline.com/news/usandworld/as-many-as-a-million-expected-for-popes-last-mass-in-us-b99585180z1-329688131.html',
|
||||
'body' => array(
|
||||
'//div[@id="main"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//script',
|
||||
'div[contains(@class, "header")]',
|
||||
'div[@class="module--headline"]',
|
||||
'div[@class="main--inlinemeta"]',
|
||||
'div[contains(@class, "leftcol--")]',
|
||||
'p[@class="main--author"]',
|
||||
'div[@class="story--rightcol"]',
|
||||
'div[contains(@class, "footer")]',
|
||||
'div[contains(@class, "rightcol--")]',
|
||||
'div[contains(@class, "author")]',
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
Reference in a new issue