mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
Artefr: fix URI
This commit is contained in:
parent
472b7f7255
commit
2a80794d09
@ -17,7 +17,7 @@ class Arte7frBridge extends BridgeAbstract{
|
||||
|
||||
foreach($input_json['videos'] as $element) {
|
||||
$item = new \Item();
|
||||
$item->uri = 'http://www.arte.tv'.$element['url'];
|
||||
$item->uri = $element['url'];
|
||||
$item->postid = $item->uri;
|
||||
|
||||
$date = $element['airdate_long'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user