浏览代码

Fix Webfailbridge, change the user-agent used for the request.

Teromene 7 年之前
父节点
当前提交
100f3cd56d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bridges/WebfailBridge.php

+ 2 - 0
bridges/WebfailBridge.php

@@ -41,6 +41,8 @@ class WebfailBridge extends BridgeAbstract {
 	}
 
 	public function collectData(){
+
+		ini_set('user_agent', 'Mozilla/5.0(X11; Linux x86_64; rv:30.0) Gecko/20121202 Firefox/30.0(rss-bridge/0.1;  +https://github.com/RSS-Bridge/rss-bridge)');
 		$html = getSimpleHTMLDOM($this->getURI() . $this->getInput('type'));
 
 		$type = array_search($this->getInput('type'),