mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
parent
18229b5c70
commit
ef4923ae5c
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ class AmazonBridge extends BridgeAbstract {
|
|||
|
||||
// Title
|
||||
$title = $element->find('h2', 0);
|
||||
if (is_null($title)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$item['title'] = html_entity_decode($title->innertext, ENT_QUOTES);
|
||||
|
||||
|
|
Loading…
Reference in a new issue