summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SpeedfileCz.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/SpeedfileCz.py
parentFixed PEP 8 violations in Crypters (diff)
downloadpyload-2edeee0532ec6d6b4b26fd045a5971f67ca455da.tar.xz
Fixed PEP 8 violations in Hosters
Diffstat (limited to 'module/plugins/hoster/SpeedfileCz.py')
-rw-r--r--module/plugins/hoster/SpeedfileCz.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/plugins/hoster/SpeedfileCz.py b/module/plugins/hoster/SpeedfileCz.py
index bfd316dfa..3475ea29e 100644
--- a/module/plugins/hoster/SpeedfileCz.py
+++ b/module/plugins/hoster/SpeedfileCz.py
@@ -19,6 +19,7 @@
import re
from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
+
class SpeedfileCz(SimpleHoster):
__name__ = "SpeedFileCz"
__type__ = "hoster"
@@ -60,6 +61,7 @@ class SpeedfileCz(SimpleHoster):
self.setWait(int(found.group(2)) - int(found.group(1)))
self.wait()
- self.download(download_url)
+ self.download(download_url)
+
-create_getInfo(SpeedfileCz) \ No newline at end of file
+create_getInfo(SpeedfileCz)