mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 01:25:28 +03:00
parent
6bb04d48ed
commit
75a0a779c0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue