aboutsummaryrefslogtreecommitdiff
path: root/bridges/ViadeoCompany.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/ViadeoCompany.php')
-rw-r--r--bridges/ViadeoCompany.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/bridges/ViadeoCompany.php b/bridges/ViadeoCompany.php
index 325cf1aa..d5369a5b 100644
--- a/bridges/ViadeoCompany.php
+++ b/bridges/ViadeoCompany.php
@@ -7,7 +7,7 @@ class ViadeoCompany extends BridgeAbstract{
$this->name = "Viadeo Company";
$this->uri = "https://www.viadeo.com/";
$this->description = "Returns most recent actus from Company on Viadeo. (http://www.viadeo.com/fr/company/<strong style=\"font-weight:bold;\">apple</strong>)";
- $this->update = "2015-12-22";
+ $this->update = "2016-08-09";
$this->parameters[] =
'[
@@ -30,8 +30,7 @@ class ViadeoCompany extends BridgeAbstract{
$item = new \Item();
$item->uri = $link;
$item->title = mb_substr($element->find('p', 0)->innertext, 0 ,100);
- $item->content = $element->find('p', 0)->innertext;
- $item->thumbnailUri = str_replace('//', 'http://', $element->find('img.usage-article__image_only', 0)->src);
+ $item->content = $element->find('p', 0)->innertext;;
$this->items[] = $item;
$i++;
}