mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-06 01:29:34 +00:00
Merge pull request #126 from mro/master
arte.de: urls form json are already absolute.
This commit is contained in:
commit
472b7f7255
@ -17,7 +17,7 @@ class Arte7deBridge 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 New Issue
Block a user