mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +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['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 New Issue
Block a user