summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SockshareCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/SockshareCom.py')
-rw-r--r--module/plugins/hoster/SockshareCom.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/hoster/SockshareCom.py b/module/plugins/hoster/SockshareCom.py
index 2f33ad94d..aabb8dcd1 100644
--- a/module/plugins/hoster/SockshareCom.py
+++ b/module/plugins/hoster/SockshareCom.py
@@ -4,17 +4,17 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
class SockshareCom(DeadHoster):
- __name__ = "SockshareCom"
- __type__ = "hoster"
+ __name__ = "SockshareCom"
+ __type__ = "hoster"
__version__ = "0.05"
__pattern__ = r'http://(?:www\.)?sockshare\.com/(mobile/)?(file|embed)/(?P<ID>\w+)'
__description__ = """Sockshare.com hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("jeix", "jeix@hasnomail.de"),
- ("stickell", "l.stickell@yahoo.it"),
- ("Walter Purcaro", "vuolter@gmail.com")]
+ __license__ = "GPLv3"
+ __authors__ = [("jeix", "jeix@hasnomail.de"),
+ ("stickell", "l.stickell@yahoo.it"),
+ ("Walter Purcaro", "vuolter@gmail.com")]
getInfo = create_getInfo(SockshareCom)