mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 18:44:36 +02:00
parent
c702a0e69f
commit
3f503c4356
2 changed files with 47 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue