forked from blallo/rss-bridge
Added enclosures to InstagramBridge.
This commit is contained in:
parent
ba8542156c
commit
795494cfce
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ class InstagramBridge extends BridgeAbstract {
|
||||||
$item['title'] = basename($media->display_url);
|
$item['title'] = basename($media->display_url);
|
||||||
}
|
}
|
||||||
$item['timestamp'] = $media->taken_at_timestamp;
|
$item['timestamp'] = $media->taken_at_timestamp;
|
||||||
|
$item['enclosures'] = array($media->display_url);
|
||||||
$this->items[] = $item;
|
$this->items[] = $item;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue