summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/Http.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/account/Http.py')
-rw-r--r--pyload/plugins/account/Http.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/pyload/plugins/account/Http.py b/pyload/plugins/account/Http.py
new file mode 100644
index 000000000..8c0aeb2e4
--- /dev/null
+++ b/pyload/plugins/account/Http.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugins.internal.Account import Account
+
+
+class Http(Account):
+ __name__ = "Http"
+ __type__ = "account"
+ __version__ = "0.01"
+
+ __description__ = """Http dummy account plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+
+
+ login_timeout = -1 #: Unlimited
+ info_threshold = -1 #: Unlimited