[02:21] https://twitter.com/amatecha/status/30187409915052851 [02:32] balrog: 404s [02:33] https://twitter.com/amatecha/status/301874099150528512 [17:32] any suggestion as alternative for aria2c to download 10k robots.txt files daily with many simultaneous connections (i use 20 at the moment) [17:33] aria2c likes to hang with 100% some days and i could not figure out what domain is to blame [18:44] Schbirid: Can't you set some sort of time out? [18:45] i did, let me check [18:46] aria2c --max-concurrent-downloads=12 --connect-timeout=5 --max-tries=2 ... -i aria2c_download_list [18:50] that's only connect timeout though.. I bet you get a connection, but that the host is retarded and don't send you any data [18:52] oh indeed, thanks for that pointer! [18:52] np man :) [18:54] hm, not sure which timeout it would be. since this will hang until i kill it [18:54] "-t, --timeout= Set timeout in seconds. Default: 60" [18:55] maybe i should set that minimum download speed but i have no idea when it would trigger / how it calculates [18:55] hmm, that sounds like a good one (re: -t) [18:56] yeah but the default sounds good too :P [18:56] i'll try it [18:57] dunno, 3-10 seconds seems like a reasonable maximum as well [18:57] I mean, that's a *slow* response.. but still plausible. 60 is very very high imo :)