diff options
author | 2015-10-18 18:23:40 +0200 | |
---|---|---|
committer | 2015-10-18 18:23:40 +0200 | |
commit | f3f046778e2fa934e6be6bf094b4a2330b1a66d9 (patch) | |
tree | 6802ab67a046a03dfe1c36305ccfe17a7e810c58 /module/plugins/hoster/SpeedLoadOrg.py | |
parent | [MultiAccount] Still not working, but 90% complete (diff) | |
download | pyload-f3f046778e2fa934e6be6bf094b4a2330b1a66d9.tar.xz |
Dead plugins are stable, but still dead.
Diffstat (limited to 'module/plugins/hoster/SpeedLoadOrg.py')
-rw-r--r-- | module/plugins/hoster/SpeedLoadOrg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SpeedLoadOrg.py b/module/plugins/hoster/SpeedLoadOrg.py index abba1be79..4badeda75 100644 --- a/module/plugins/hoster/SpeedLoadOrg.py +++ b/module/plugins/hoster/SpeedLoadOrg.py @@ -7,7 +7,7 @@ class SpeedLoadOrg(DeadHoster): __name__ = "SpeedLoadOrg" __type__ = "hoster" __version__ = "1.03" - __status__ = "testing" + __status__ = "stable" __pattern__ = r'http://(?:www\.)?speedload\.org/(?P<ID>\w+)' __config__ = [] #@TODO: Remove in 0.4.10 |