mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16: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){
|
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(
|
foreach (array(
|
||||||
'<div class="clear',
|
'<div class="clear',
|
||||||
|
Loading…
Reference in New Issue
Block a user