From 3e16daf0a12fc43c2087300a02560879688c7f18 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sun, 12 Aug 2012 00:38:07 +0200 Subject: update depositfiles, easybytes, add ryushare --- module/plugins/accounts/RyushareCom.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 module/plugins/accounts/RyushareCom.py (limited to 'module/plugins/accounts/RyushareCom.py') diff --git a/module/plugins/accounts/RyushareCom.py b/module/plugins/accounts/RyushareCom.py new file mode 100644 index 000000000..8eb0d3571 --- /dev/null +++ b/module/plugins/accounts/RyushareCom.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +from module.plugins.internal.XFSPAccount import XFSPAccount + +class RyushareCom(XFSPAccount): + __name__ = "RyushareCom" + __version__ = "0.01" + __type__ = "account" + __description__ = """ryushare.com account plugin""" + __author_name__ = ("zoidberg") + __author_mail__ = ("zoidberg@mujmail.cz") + + MAIN_PAGE = "http://ryushare.com/" \ No newline at end of file -- cgit v1.2.3