aboutsummaryrefslogtreecommitdiff
path: root/bridges/WeLiveSecurityBridge.php
diff options
context:
space:
mode:
authorGravatar Mitsu <mitsukarenai@users.noreply.github.com> 2016-08-09 17:55:59 +0200
committerGravatar GitHub <noreply@github.com> 2016-08-09 17:55:59 +0200
commit9f3e7e1da763d47250b34bca1df667bfe8292cc4 (patch)
tree7b25b163418fcfbc4bc3ede70f0a909953d27049 /bridges/WeLiveSecurityBridge.php
parentbb49aef187f83623c81b170801d13c6db35fba37 (diff)
parentd79366f479eb345eff07581987fee1bfbb34a9b2 (diff)
downloadrss-bridge-9f3e7e1da763d47250b34bca1df667bfe8292cc4.tar.gz
rss-bridge-9f3e7e1da763d47250b34bca1df667bfe8292cc4.tar.zst
rss-bridge-9f3e7e1da763d47250b34bca1df667bfe8292cc4.zip
Merge pull request #340 from LogMANOriginal/HarmonizeFormats
Harmonize formats
Diffstat (limited to 'bridges/WeLiveSecurityBridge.php')
-rw-r--r--bridges/WeLiveSecurityBridge.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/WeLiveSecurityBridge.php b/bridges/WeLiveSecurityBridge.php
index 4fd23ea8..9fdf87b6 100644
--- a/bridges/WeLiveSecurityBridge.php
+++ b/bridges/WeLiveSecurityBridge.php
@@ -6,7 +6,7 @@ class WeLiveSecurityBridge extends BridgeAbstract {
$this->name = 'We Live Security';
$this->uri = 'http://www.welivesecurity.com/';
$this->description = 'Returns the newest articles.';
- $this->update = '2016-08-06';
+ $this->update = '2016-08-09';
}
public function collectData(array $param) {
@@ -49,7 +49,6 @@ class WeLiveSecurityBridge extends BridgeAbstract {
$item = new \Item();
$item->uri = $article_url;
- $item->thumbnailUri = $article_image;
$item->title = $element->find('title', 0)->plaintext;
$item->author = $article_html->find('a[rel=author]', 0)->plaintext;
$item->timestamp = strtotime($element->find('pubDate', 0)->plaintext);