fix brave being a bitch on video and news

This commit is contained in:
2026-08-05 01:51:34 -04:00
parent 1aa6278853
commit 538a3f6aa9

View File

@@ -1773,14 +1773,14 @@ class brave{
$nextpage =
$this->fuckhtml
->getElementById(
->getElementsByClassName(
"pagination",
"div"
);
if($nextpage){
if(count($nextpage) !== 0){
$this->fuckhtml->load($nextpage);
$this->fuckhtml->load($nextpage[0]);
$nextpage =
$this->fuckhtml