diff options
author | Stefano <l.stickell@yahoo.it> | 2013-10-11 18:24:06 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-10-11 18:24:06 +0200 |
commit | 2e7132ba7e461200e14ea50d2f857622eb69ca98 (patch) | |
tree | 9803e8381d683d99e6a5b2eeb1bc8b13f33265dc /module/plugins/accounts/SpeedLoadOrg.py | |
parent | NCryptIn: ability to decrypt single encrypted links. (diff) | |
download | pyload-2e7132ba7e461200e14ea50d2f857622eb69ca98.tar.xz |
Removed dead plugins.
See #304
Diffstat (limited to 'module/plugins/accounts/SpeedLoadOrg.py')
-rw-r--r-- | module/plugins/accounts/SpeedLoadOrg.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/module/plugins/accounts/SpeedLoadOrg.py b/module/plugins/accounts/SpeedLoadOrg.py deleted file mode 100644 index bb9fb05fb..000000000 --- a/module/plugins/accounts/SpeedLoadOrg.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8 -*- -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class SpeedLoadOrg(XFSPAccount): - __name__ = "SpeedLoadOrg" - __version__ = "0.01" - __type__ = "account" - __description__ = """SpeedLoadOrg account plugin""" - __author_name__ = ("stickell") - __author_mail__ = ("l.stickell@yahoo.it") - - MAIN_PAGE = "http://speedload.org/" |