Skip to content

Commit

Permalink
RumbleBridge - new selector needed on user/channel page (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkidwell authored Dec 17, 2023
1 parent c9c2944 commit b34fa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/RumbleBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function collectData()
}

$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[] = [
Expand Down

0 comments on commit b34fa2d

Please sign in to comment.