diff options
Diffstat (limited to 'module/plugins/hoster/SolidfilesCom.py')
-rw-r--r-- | module/plugins/hoster/SolidfilesCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/SolidfilesCom.py b/module/plugins/hoster/SolidfilesCom.py index 6fb889eb3..16e23045b 100644 --- a/module/plugins/hoster/SolidfilesCom.py +++ b/module/plugins/hoster/SolidfilesCom.py @@ -10,7 +10,7 @@ class SolidfilesCom(SimpleHoster): __name__ = "SolidfilesCom" __type__ = "hoster" __version__ = "0.03" - __status__ = "stable" + __status__ = "testing" __pattern__ = r'http://(?:www\.)?solidfiles\.com\/d/\w+' @@ -27,7 +27,7 @@ class SolidfilesCom(SimpleHoster): def setup(self): - self.multi_dl = True + self.multiDL = True self.chunk_limit = 1 |