summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-12-15 20:00:33 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-12-15 20:00:33 +0100
commitba21544ab6dcc7949895acba93cb7c392a941031 (patch)
tree03d68d4ec5fd1776fb01dab3a60986e809f0bfdc /vendor
parenta8591a7b7dbb85ddb3cadb5c363dd48a51a22162 (diff)
update picofeed
Diffstat (limited to 'vendor')
-rw-r--r--vendor/composer/installed.json8
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php1
2 files changed, 5 insertions, 4 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 54ea20ee4..a278263fd 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -209,12 +209,12 @@
"source": {
"type": "git",
"url": "https://github.com/fguillot/picoFeed.git",
- "reference": "59714342fa302a07f50e44e4a8b61fde71d814a8"
+ "reference": "dbd2bc266ecc9396651c274adbb32ab25d0b19c7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/59714342fa302a07f50e44e4a8b61fde71d814a8",
- "reference": "59714342fa302a07f50e44e4a8b61fde71d814a8",
+ "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/dbd2bc266ecc9396651c274adbb32ab25d0b19c7",
+ "reference": "dbd2bc266ecc9396651c274adbb32ab25d0b19c7",
"shasum": ""
},
"require": {
@@ -229,7 +229,7 @@
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
- "time": "2015-11-20 02:40:32",
+ "time": "2015-12-04 17:28:23",
"bin": [
"picofeed"
],
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
index 8a5f312ee..85904c087 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/heise.de.php
@@ -6,6 +6,7 @@ return array(
'test_url' => 'http://www.heise.de/security/meldung/BND-300-Millionen-Euro-fuer-Fruehwarnsystem-gegen-Cyber-Attacken-2192237.html',
'body' => array(
'//div[@class="meldung_wrapper"]',
+ '//div[@class="artikel_content"]',
),
),
),