diff options
author | mkaay <mkaay@mkaay.de> | 2011-01-31 19:06:22 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-01-31 19:06:22 +0100 |
commit | cca1c563a0acc1c5dbd0552b4d610f1325f53559 (patch) | |
tree | 7fc238d5f7d724ef21a0d99ed89f567e1d1b6def /module/config | |
parent | Added tag v0.4.4 for changeset e328358b2009 (diff) | |
download | pyload-cca1c563a0acc1c5dbd0552b4d610f1325f53559.tar.xz |
added captchatrader.com support, fixed lof.cc
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index a9b64dd92..7d7b84854 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -59,3 +59,6 @@ proxy - "Proxy": http;socks4;socks5 type : "Protocol" = http
str username : "Username" = None
str password : "Password" = None
+captchatrader - "CaptchaTrader":
+ str username : "Username" =
+ str password : "Password" =
|