diff options
author | 2014-11-30 21:15:54 +0100 | |
---|---|---|
committer | 2014-12-01 18:23:06 +0100 | |
commit | bc3f5f4903444e438a8a07688c82f0c2995dafa9 (patch) | |
tree | 2907bbd0e1b1d326ea394f34bb7b7b84ddd0b25f /module/plugins/hoster/FastshareCz.py | |
parent | [EasybytezCom] Revert loadAccountInfo (diff) | |
download | pyload-bc3f5f4903444e438a8a07688c82f0c2995dafa9.tar.xz |
[SimpleHoster] Unquote file name
Diffstat (limited to 'module/plugins/hoster/FastshareCz.py')
-rw-r--r-- | module/plugins/hoster/FastshareCz.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/FastshareCz.py b/module/plugins/hoster/FastshareCz.py index 1467a0909..14931f681 100644 --- a/module/plugins/hoster/FastshareCz.py +++ b/module/plugins/hoster/FastshareCz.py @@ -75,7 +75,6 @@ class FastshareCz(SimpleHoster): else: self.error(_("PREMIUM_URL_PATTERN not found")) - self.logDebug("PREMIUM URL: " + url) self.download(url, disposition=True) check = self.checkDownload({"credit": re.compile(self.CREDIT_PATTERN)}) |