From 689434cd4b72b56eb767f4d83145d06abb63bd12 Mon Sep 17 00:00:00 2001 From: zodman Date: Wed, 25 Jan 2017 12:36:54 -0500 Subject: [PATCH] remove spaces and log --- filecloud.sh | 1 - mediafire.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/filecloud.sh b/filecloud.sh index f5d2bd20..fde801a1 100644 --- a/filecloud.sh +++ b/filecloud.sh @@ -1,5 +1,4 @@ # Plowshare filecloud.io module - # Copyright (c) 2013-2014 Plowshare team # # This file is part of Plowshare. diff --git a/mediafire.sh b/mediafire.sh index 005523d5..50bc8b86 100644 --- a/mediafire.sh +++ b/mediafire.sh @@ -225,7 +225,6 @@ mediafire_download() { # Only get site headers first to capture direct download links URL=$(curl --head "$BASE_URL/?$FILE_ID" | grep_http_header_location_quiet) || return - log_debug $URL case "$URL" in # no redirect, normal download '')