summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/StorageTo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/StorageTo.py')
-rw-r--r--pyload/plugin/hoster/StorageTo.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/hoster/StorageTo.py b/pyload/plugin/hoster/StorageTo.py
index 835666b45..8c0cc046e 100644
--- a/pyload/plugin/hoster/StorageTo.py
+++ b/pyload/plugin/hoster/StorageTo.py
@@ -4,13 +4,13 @@ from pyload.plugin.internal.DeadHoster import DeadHoster
class StorageTo(DeadHoster):
- __name__ = "StorageTo"
- __type__ = "hoster"
- __version__ = "0.01"
+ __name = "StorageTo"
+ __type = "hoster"
+ __version = "0.01"
- __pattern__ = r'http://(?:www\.)?storage\.to/get/.+'
- __config__ = []
+ __pattern = r'http://(?:www\.)?storage\.to/get/.+'
+ __config = []
- __description__ = """Storage.to hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("mkaay", "mkaay@mkaay.de")]
+ __description = """Storage.to hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("mkaay", "mkaay@mkaay.de")]