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