mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
Add WordPressPluginUpdateBridge.
Fix phpcs check in WebFailBridge.
This commit is contained in:
parent
100f3cd56d
commit
5d41a74067
2 changed files with 90 additions and 1 deletions
|
@ -42,7 +42,9 @@ 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)');
|
||||
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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue