1
0
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:
Brendan Kidwell 2023-12-17 11:08:40 -05:00 committed by GitHub
parent c9c2944e7c
commit b34fa2d278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[] = [