mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
RumbleBridge - new selector needed on user/channel page (#3843)
This commit is contained in:
parent
c9c2944e7c
commit
b34fa2d278
@ -39,7 +39,7 @@ class RumbleBridge extends BridgeAbstract
|
||||
}
|
||||
|
||||
$dom = getSimpleHTMLDOM($url);
|
||||
foreach ($dom->find('li.video-listing-entry') as $video) {
|
||||
foreach ($dom->find('ol.thumbnail__grid div.thumbnail__grid--item') as $video) {
|
||||
$datetime = $video->find('time', 0)->getAttribute('datetime');
|
||||
|
||||
$this->items[] = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user