mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00: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);
|
$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');
|
$datetime = $video->find('time', 0)->getAttribute('datetime');
|
||||||
|
|
||||||
$this->items[] = [
|
$this->items[] = [
|
||||||
|
Loading…
Reference in New Issue
Block a user