diff options
Diffstat (limited to 'pyload/plugins/accounts/RarefileNet.py')
-rw-r--r-- | pyload/plugins/accounts/RarefileNet.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyload/plugins/accounts/RarefileNet.py b/pyload/plugins/accounts/RarefileNet.py new file mode 100644 index 000000000..90ad02d43 --- /dev/null +++ b/pyload/plugins/accounts/RarefileNet.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +from module.plugins.internal.XFSPAccount import XFSPAccount + +class RarefileNet(XFSPAccount): + __name__ = "RarefileNet" + __version__ = "0.02" + __type__ = "account" + __description__ = """RareFile.net account plugin""" + __author_name__ = ("zoidberg") + __author_mail__ = ("zoidberg@mujmail.cz") + + MAIN_PAGE = "http://rarefile.net/" |