1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

categories added + fixed html entities

This commit is contained in:
wtuuju
2016-05-02 10:30:13 +02:00
parent 642e4173d1
commit 796c14758f

View File

@@ -254,7 +254,7 @@ class LeBonCoinBridge extends BridgeAbstract{
$item = new \Item();
$item->uri = $element->href;
$title = $element->getAttribute('title');
$title = html_entity_decode($element->getAttribute('title'));
$content_image = $element->find('div.item_image', 0)->find('.lazyload', 0);
if($content_image !== NULL) {
@@ -277,7 +277,7 @@ class LeBonCoinBridge extends BridgeAbstract{
}
public function getName(){
return 'LeBonCoinDev';
return 'LeBonCoin';
}
public function getURI(){