瀏覽代碼

detect brave rangebans

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

+ 5 - 0
scraper/brave.php

@@ -1873,6 +1873,11 @@ class brave{
 		
 		if(count($title) === 0){
 			
+			if(strtolower($this->fuckhtml->getloadedhtml()) == "this service is not available in your region"){
+				
+				throw new Exception("Brave rangebanned the IP range");
+			}
+			
 			throw new Exception("Brave returned a malformed page");
 		}