mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 16:46:30 +02:00
[AtomFormat] Remove enclosures
This feature was implemented for AtomFormat only and implemented by no bridge other than DemoBridge.
This commit is contained in:
@@ -7,7 +7,7 @@ class DemoBridge extends BridgeAbstract{
|
||||
$this->name = "DemoBridge";
|
||||
$this->uri = "http://github.com/sebsauvage/rss-bridge";
|
||||
$this->description = "Bridge used for demos";
|
||||
$this->update = "2015-11-03";
|
||||
$this->update = "2016-08-08";
|
||||
|
||||
$this->parameters['testCheckbox'] =
|
||||
'[
|
||||
@@ -59,7 +59,6 @@ class DemoBridge extends BridgeAbstract{
|
||||
$item->content = "Awesome content !";
|
||||
$item->id = "Lalala";
|
||||
$item->uri = "http://test.test/test";
|
||||
$item->enclosures[] = "http://www.ardmediathek.de/ard/servlet/image/00/32/68/18/38/1135274624/16x9/960";
|
||||
|
||||
$this->items[] = $item;
|
||||
|
||||
|
Reference in New Issue
Block a user