mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
parent
6bb04d48ed
commit
75a0a779c0
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user