mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[ABCNews] fix: broken css selector
This commit is contained in:
parent
32a6348418
commit
35afee6103
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class ABCNewsBridge extends BridgeAbstract {
|
|||
|
||||
public function collectData() {
|
||||
$url = 'https://www.abc.net.au/news/' . $this->getInput('topic');
|
||||
$html = getSimpleHTMLDOM($url)->find('.YAJzu._26IxR._2kxNB._3BZxh', 0);
|
||||
$html = getSimpleHTMLDOM($url)->find('.YAJzu._2FvRw.ZWhbj._3BZxh', 0);
|
||||
$html = defaultLinkTo($html, $this->getURI());
|
||||
|
||||
foreach($html->find('._2H7Su') as $article) {
|
||||
|
|
Loading…
Add table
Reference in a new issue