Artefr: fix URI
This commit is contained in:
parent
472b7f7255
commit
2a80794d09
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue