mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Added enclosures to InstagramBridge.
This commit is contained in:
parent
ba8542156c
commit
795494cfce
@ -95,6 +95,7 @@ class InstagramBridge extends BridgeAbstract {
|
||||
$item['title'] = basename($media->display_url);
|
||||
}
|
||||
$item['timestamp'] = $media->taken_at_timestamp;
|
||||
$item['enclosures'] = array($media->display_url);
|
||||
$this->items[] = $item;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user