summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/SolidfilesCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/SolidfilesCom.py')
-rw-r--r--pyload/plugin/hoster/SolidfilesCom.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/SolidfilesCom.py b/pyload/plugin/hoster/SolidfilesCom.py
index e700e861f..39e5dd010 100644
--- a/pyload/plugin/hoster/SolidfilesCom.py
+++ b/pyload/plugin/hoster/SolidfilesCom.py
@@ -7,15 +7,15 @@ from pyload.plugin.internal.SimpleHoster import SimpleHoster
class SolidfilesCom(SimpleHoster):
- __name__ = "SolidfilesCom"
- __type__ = "hoster"
- __version__ = "0.02"
+ __name = "SolidfilesCom"
+ __type = "hoster"
+ __version = "0.02"
- __pattern__ = r'http://(?:www\.)?solidfiles\.com\/d/\w+'
+ __pattern = r'http://(?:www\.)?solidfiles\.com\/d/\w+'
- __description__ = """Solidfiles.com hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("sraedler", "simon.raedler@yahoo.de")]
+ __description = """Solidfiles.com hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("sraedler", "simon.raedler@yahoo.de")]
NAME_PATTERN = r'<h1 title="(?P<N>.+?)"'