mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-15 14:06:22 +02:00
@ -179,7 +179,7 @@ class HeiseBridge extends FeedExpander
|
||||
}
|
||||
}
|
||||
|
||||
$categories = $article->find('.article-footer__topics ul.topics li.topics__item');
|
||||
$categories = $article->find('.article-footer__topics ul.topics li.topics__item a-topic a');
|
||||
foreach ($categories as $category) {
|
||||
$item['categories'][] = trim($category->plaintext);
|
||||
}
|
||||
|
Reference in New Issue
Block a user