diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-10 10:43:57 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-10 10:43:57 +0200 |
commit | 2e76cf0f532ff89ffa58e5db264a14deb60db6da (patch) | |
tree | 7732fdbdceb957e3596ee275815957ecc2d84045 /config | |
parent | fixed megaupload bug (diff) | |
download | pyload-2e76cf0f532ff89ffa58e5db264a14deb60db6da.tar.xz |
plugin fixes, core config functions
Diffstat (limited to 'config')
-rw-r--r-- | config | 39 |
1 files changed, 18 insertions, 21 deletions
@@ -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 |