Include composer dependencies in repo
This commit is contained in:
15
vendor/miniflux/picofeed/lib/PicoFeed/Rules/bleepingcomputer.com.php
vendored
Normal file
15
vendor/miniflux/picofeed/lib/PicoFeed/Rules/bleepingcomputer.com.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'test_url' => 'https://www.bleepingcomputer.com/news/google/chromes-sandbox-feature-infringes-on-three-patents-so-google-must-now-pay-20m/',
|
||||
'body' => array(
|
||||
'//div[@class="article_section"]',
|
||||
),
|
||||
'strip' => array(
|
||||
'//*[@itemprop="headline"]',
|
||||
'//div[@class="cz-news-story-title-section"]'
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user