summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-10 10:43:57 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-10 10:43:57 +0200
commit2e76cf0f532ff89ffa58e5db264a14deb60db6da (patch)
tree7732fdbdceb957e3596ee275815957ecc2d84045 /config
parentfixed megaupload bug (diff)
downloadpyload-2e76cf0f532ff89ffa58e5db264a14deb60db6da.tar.xz
plugin fixes, core config functions
Diffstat (limited to 'config')
-rw-r--r--config39
1 files changed, 18 insertions, 21 deletions
diff --git a/config b/config
index 3b68eed77..ef8708f58 100644
--- a/config
+++ b/config
@@ -1,37 +1,34 @@
+[remote]
+port = 7272
+remotepassword = pwhere
+
+[log]
+file_log = True
+log_folder = Logs
+log_count = 5
+
[general]
-#use en or de
-language: de
+language = de
download_folder = Downloads
+max_downloads = 3
+use_reconnect = False
link_file = links.txt
failed_file = failed_links.txt
-use_reconnect = False
-reconnect_method = reconnect_method
-max_downloads = 3
+reconnect_method = reconnect_method
[updates]
search_updates = True
install_updates = False
-[log]
-file_log = True
-log_folder = Logs
-log_count = 5
-#each log has 100kb
+[reconnectTime]
+starttime = 0:00
+endtime = 0:00
[downloadTime]
-#use HH:MM
start = 0:00
end = 0:00
-[reconnectTime]
-startTime = 0:00
-endTime = 0:00
-
-[remote]
-port = 7272
-remotePassword = pwhere
-
[proxy]
useproxy = False
-proxyProtocol = http
-proxyAdress = http://localhost:8080
+proxyadress = http://localhost:8080
+proxyprotocol = http \ No newline at end of file