1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02:00

Update MixCloudBridge.php

Fix whitespace at start of line
This commit is contained in:
Teromene
2018-01-11 11:44:51 +00:00
committed by GitHub
parent 374eb8f4bf
commit e59a6f4c9e

View File

@@ -25,7 +25,7 @@ class MixCloudBridge extends BridgeAbstract {
public function collectData(){
ini_set('user_agent', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0');
$html = getSimpleHTMLDOM(self::URI . '/' . $this->getInput('u'))
or returnServerError('Could not request MixCloud.');