From e59a6f4c9e9a4b7f33e48d39d462ca3937f0c4cb Mon Sep 17 00:00:00 2001 From: Teromene Date: Thu, 11 Jan 2018 11:44:51 +0000 Subject: [PATCH] Update MixCloudBridge.php Fix whitespace at start of line --- bridges/MixCloudBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/MixCloudBridge.php b/bridges/MixCloudBridge.php index 68337e46..723f634a 100644 --- a/bridges/MixCloudBridge.php +++ b/bridges/MixCloudBridge.php @@ -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.');