mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Update ScoopItBridge
Le "title" était en innertext et non en plaintext.
This commit is contained in:
parent
9287e47163
commit
a7ed30e2cc
@ -23,7 +23,7 @@ class ScoopItBridge extends BridgeAbstract{
|
||||
foreach($html->find('div.post-view') as $element) {
|
||||
$item = new Item();
|
||||
$item->uri = $element->find('a', 0)->href;
|
||||
$item->title = $element->find('div.tCustomization_post_title',0)->innertext;
|
||||
$item->title = $element->find('div.tCustomization_post_title',0)->plaintext;
|
||||
$item->content = $element->find('div.tCustomization_post_description', 0)->plaintext;
|
||||
$this->items[] = $item;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user