diff options
author | 2013-10-11 18:24:06 +0200 | |
---|---|---|
committer | 2013-10-11 18:46:50 +0200 | |
commit | dd2b015b984fe5da5f522d5a8475c89a1f5991fc (patch) | |
tree | 72c404c3bd2c143e4322dbe447c9b5e080e1faf9 /pyload/plugins/accounts/SpeedLoadOrg.py | |
parent | NCryptIn: ability to decrypt single encrypted links. (diff) | |
download | pyload-dd2b015b984fe5da5f522d5a8475c89a1f5991fc.tar.xz |
Removed dead plugins.
See #304
(cherry picked from commit 2e7132ba7e461200e14ea50d2f857622eb69ca98)
Conflicts:
pyload/plugins/accounts/FilebeerInfo.py
pyload/plugins/accounts/SpeedLoadOrg.py
Diffstat (limited to 'pyload/plugins/accounts/SpeedLoadOrg.py')
-rw-r--r-- | pyload/plugins/accounts/SpeedLoadOrg.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pyload/plugins/accounts/SpeedLoadOrg.py b/pyload/plugins/accounts/SpeedLoadOrg.py deleted file mode 100644 index bb9fb05fb..000000000 --- a/pyload/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/" |