mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
refactor: introduce http Request object (#3926)
This commit is contained in:
parent
9574c17ddc
commit
d08d13f2c8
19 changed files with 125 additions and 94 deletions
|
@ -63,7 +63,7 @@ class StreamCzBridge extends BridgeAbstract
|
|||
$imageUrlNode = reset($episode['node']['images']);
|
||||
$item = [
|
||||
'title' => $episode['node']['name'],
|
||||
'uri' => "${fixedUrl}/${episodeUrl}",
|
||||
'uri' => $fixedUrl . '/' . $episodeUrl,
|
||||
'content' => $imageUrlNode ? '<img src="' . $imageUrlNode['url'] . '" />' : '',
|
||||
'timestamp' => $episode['node']['publishTime']['timestamp']
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue