mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +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
|
@ -10,7 +10,7 @@ class SuperbWallpapersBridge extends BridgeAbstract {
|
|||
$this->name = "Superb Wallpapers Bridge";
|
||||
$this->uri = "http://www.superbwallpapers.com/";
|
||||
$this->description = "Returns the latests wallpapers from SuperbWallpapers";
|
||||
$this->update = "2015-04-08";
|
||||
$this->update = "2016-08-09";
|
||||
|
||||
$this->parameters[] =
|
||||
'[
|
||||
|
@ -61,7 +61,6 @@ class SuperbWallpapersBridge extends BridgeAbstract {
|
|||
$item->uri = str_replace('200x125', $this->resolution, $thumbnail->src);
|
||||
$item->timestamp = time();
|
||||
$item->title = $element->title;
|
||||
$item->thumbnailUri = $thumbnail->src;
|
||||
$item->content = $item->title.'<br><a href="'.$item->uri.'">'.$thumbnail.'</a>';
|
||||
$this->items[] = $item;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue