fix brave being a bitch on video and news
This commit is contained in:
@@ -1773,14 +1773,14 @@ class brave{
|
|||||||
|
|
||||||
$nextpage =
|
$nextpage =
|
||||||
$this->fuckhtml
|
$this->fuckhtml
|
||||||
->getElementById(
|
->getElementsByClassName(
|
||||||
"pagination",
|
"pagination",
|
||||||
"div"
|
"div"
|
||||||
);
|
);
|
||||||
|
|
||||||
if($nextpage){
|
if(count($nextpage) !== 0){
|
||||||
|
|
||||||
$this->fuckhtml->load($nextpage);
|
$this->fuckhtml->load($nextpage[0]);
|
||||||
|
|
||||||
$nextpage =
|
$nextpage =
|
||||||
$this->fuckhtml
|
$this->fuckhtml
|
||||||
|
|||||||
Reference in New Issue
Block a user