mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
Fix FuturaSciencesBridge #433
This commit is contained in:
parent
0c1f68d97a
commit
f33a4826f3
@ -126,7 +126,7 @@ class FuturaSciencesBridge extends FeedExpander {
|
||||
}
|
||||
|
||||
function ExtractArticleContent($article){
|
||||
$contents = $article->find('div.content', 0)->innertext;
|
||||
$contents = $article->find('section[class=module article-text article-text-classic bg-white]', 0)->innertext;
|
||||
|
||||
foreach (array(
|
||||
'<div class="clear',
|
||||
|
Loading…
Reference in New Issue
Block a user