aboutsummaryrefslogtreecommitdiff
path: root/bridges/FootitoBridge.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/FootitoBridge.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/FootitoBridge.php')
-rw-r--r--bridges/FootitoBridge.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/FootitoBridge.php b/bridges/FootitoBridge.php
index a66dd825..ffcba2f7 100644
--- a/bridges/FootitoBridge.php
+++ b/bridges/FootitoBridge.php
@@ -7,7 +7,7 @@ class FootitoBridge extends BridgeAbstract{
$this->name = "Footito";
$this->uri = "http://www.footito.fr/";
$this->description = "Footito";
- $this->update = "2016-08-06";
+ $this->update = "2016-08-09";
}
@@ -36,7 +36,7 @@ class FootitoBridge extends BridgeAbstract{
$info = $element->find('div.infos', 0);
$item->timestamp = strtotime($info->find('time', 0)->datetime);
- $item->name = $info->find('a.auteur', 0)->plaintext;
+ $item->author = $info->find('a.auteur', 0)->plaintext;
$this->items[] = $item;
}