summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SecureUploadEu.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
commit2edeee0532ec6d6b4b26fd045a5971f67ca455da (patch)
tree8d656afc9c18f7dba7c05d6635f898fdf58d66d6 /module/plugins/hoster/SecureUploadEu.py
parentFixed PEP 8 violations in Crypters (diff)
downloadpyload-2edeee0532ec6d6b4b26fd045a5971f67ca455da.tar.xz
Fixed PEP 8 violations in Hosters
Diffstat (limited to 'module/plugins/hoster/SecureUploadEu.py')
-rw-r--r--module/plugins/hoster/SecureUploadEu.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/SecureUploadEu.py b/module/plugins/hoster/SecureUploadEu.py
index b9a900d96..dc220c508 100644
--- a/module/plugins/hoster/SecureUploadEu.py
+++ b/module/plugins/hoster/SecureUploadEu.py
@@ -15,4 +15,5 @@ class SecureUploadEu(XFileSharingPro):
FILE_INFO_PATTERN = '<h3>Downloading (?P<N>[^<]+) \((?P<S>[^<]+)\)</h3>'
FILE_OFFLINE_PATTERN = 'The file was removed|File Not Found'
+
getInfo = create_getInfo(SecureUploadEu)