summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/XupPl.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-10 12:24:47 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-10 12:24:47 +0200
commit491dc6943323232f3d06003c950718c89316616d (patch)
tree9a7b3b890ce8815835378deb12e36dc40924958e /module/plugins/crypter/XupPl.py
parent[Addon] Persistent self.info (diff)
downloadpyload-491dc6943323232f3d06003c950718c89316616d.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/crypter/XupPl.py')
-rw-r--r--module/plugins/crypter/XupPl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/XupPl.py b/module/plugins/crypter/XupPl.py
index ac918a6de..458372d13 100644
--- a/module/plugins/crypter/XupPl.py
+++ b/module/plugins/crypter/XupPl.py
@@ -21,6 +21,6 @@ class XupPl(Crypter):
def decrypt(self, pyfile):
header = self.load(pyfile.url, just_header=True)
if 'location' in header:
- self.urls = [header['location']]
+ self.urls = [header.get('location')]
else:
self.fail(_("Unable to find link"))