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
1 changed files with 1 additions and 1 deletions

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