mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[HeiseBridge] add TechStage support
This commit is contained in:
parent
366d2d66b3
commit
cccd390b0f
@ -62,6 +62,9 @@ class HeiseBridge extends FeedExpander {
|
||||
|
||||
$content = $article->find('div[class*="article-content"]', 0);
|
||||
|
||||
if ($content == null)
|
||||
$content = $article->find('#article_content', 0);
|
||||
|
||||
foreach($content->find('p, h3, ul, table, pre, img') as $element) {
|
||||
$item['content'] .= $element;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user