diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-11-14 22:22:04 +0100 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-11-14 22:22:04 +0100 |
commit | 6b5130641a7b4272956fa69ca5517884300ddb0c (patch) | |
tree | a5aaf799d74c3d54ba8855cdb9720a01feb68395 /module/plugins/accounts/Share76Com.py | |
parent | Update the error codes (diff) | |
parent | youtube config options, resume - closed #717, ul.to - closed #716, (diff) | |
download | pyload-6b5130641a7b4272956fa69ca5517884300ddb0c.tar.xz |
Merged in irrenhaus/pyload (pull request #41)
Diffstat (limited to 'module/plugins/accounts/Share76Com.py')
-rw-r--r-- | module/plugins/accounts/Share76Com.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/module/plugins/accounts/Share76Com.py b/module/plugins/accounts/Share76Com.py new file mode 100644 index 000000000..9c946ae50 --- /dev/null +++ b/module/plugins/accounts/Share76Com.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- +from module.plugins.internal.XFSPAccount import XFSPAccount + +class Share76Com(XFSPAccount): + __name__ = "Share76Com" + __version__ = "0.02" + __type__ = "account" + __description__ = """Share76.com account plugin""" + __author_name__ = ("me") + + MAIN_PAGE = "http://Share76.com/" |