summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/Share4webCom.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 21:20:06 +0200
commitaaaf5a4cddec894aacd7400c59a9f2f5e710362f (patch)
tree9d9e89aff86598b3ffcc86117abd554b193e28b5 /pyload/plugins/hoster/Share4webCom.py
parentimplemented media type filter (diff)
downloadpyload-aaaf5a4cddec894aacd7400c59a9f2f5e710362f.tar.xz
Fixed PEP 8 violations in Hosters
(cherry picked from commit 2edeee0532ec6d6b4b26fd045a5971f67ca455da) Conflicts: pyload/plugins/hoster/BasePlugin.py pyload/plugins/hoster/MultishareCz.py pyload/plugins/hoster/NetloadIn.py pyload/plugins/hoster/PremiumizeMe.py pyload/plugins/hoster/RapidshareCom.py
Diffstat (limited to 'pyload/plugins/hoster/Share4webCom.py')
-rw-r--r--pyload/plugins/hoster/Share4webCom.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/Share4webCom.py b/pyload/plugins/hoster/Share4webCom.py
index ef9c2acf8..ead808024 100644
--- a/pyload/plugins/hoster/Share4webCom.py
+++ b/pyload/plugins/hoster/Share4webCom.py
@@ -3,6 +3,7 @@
from module.plugins.hoster.UnibytesCom import UnibytesCom
from module.plugins.internal.SimpleHoster import create_getInfo
+
class Share4webCom(UnibytesCom):
__name__ = "Share4webCom"
__type__ = "hoster"
@@ -10,7 +11,8 @@ class Share4webCom(UnibytesCom):
__version__ = "0.1"
__description__ = """Share4web.com"""
__author_name__ = ("zoidberg")
-
+
DOMAIN = 'http://www.share4web.com'
-getInfo = create_getInfo(UnibytesCom) \ No newline at end of file
+
+getInfo = create_getInfo(UnibytesCom)