diff --git a/bridges/StoriesIGBridge.php b/bridges/StoriesIGBridge.php index 7f2c396f..9b5f7cbf 100644 --- a/bridges/StoriesIGBridge.php +++ b/bridges/StoriesIGBridge.php @@ -29,6 +29,7 @@ class StoriesIGBridge extends BridgeAbstract { $item['title'] = $this->getInput('username') . ' story'; $item['uri'] = $result->find('div.download', 0)->find('a', 0)->href; $item['author'] = $this->getInput('username'); + $item['timestamp'] = strtotime($result->find('time', 0)->datetime); $item['uid'] = $result->find('time', 0)->datetime; $item['content'] = $result;