mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
bridges: Cleanup occurrences of $item->thumbnailUri
This is a subsequent change to f3eefab
This commit is contained in:
parent
e329a4c1b6
commit
42b6c82753
53 changed files with 104 additions and 183 deletions
|
@ -6,7 +6,7 @@ class JapanExpoBridge extends BridgeAbstract{
|
|||
$this->name = 'JapanExpo';
|
||||
$this->uri = 'http://www.japan-expo-paris.com/fr/actualites';
|
||||
$this->description = 'Returns most recent entries from Japan Expo actualités.';
|
||||
$this->update = '2016-06-12';
|
||||
$this->update = '2016-08-09';
|
||||
$this->parameters[] =
|
||||
'[
|
||||
{
|
||||
|
@ -96,7 +96,6 @@ class JapanExpoBridge extends BridgeAbstract{
|
|||
$item->uri = $url;
|
||||
$item->title = $title;
|
||||
$item->timestamp = $timestamp;
|
||||
$item->thumbnailUri = $thumbnail;
|
||||
$item->content = $content;
|
||||
$this->items[] = $item;
|
||||
$count++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue