瀏覽代碼

fix brave being a bitch on video and news

lolcat 5 天之前
父節點
當前提交
538a3f6aa9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      scraper/brave.php

+ 3 - 3
scraper/brave.php

@@ -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