fix brave being a little shit about pagination
This commit is contained in:
@@ -388,14 +388,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
|
||||
|
||||
Reference in New Issue
Block a user