- Fixed download from url function (should be a lot less buggy). It improves downloads from search engine since it uses this function

- Removed torrentReactor search engine (hopefully temporarilly) because I can't manage to download from their links using libcurl
- When HTTP response code is 500 (5xx in fact: too busy), downloader will retry 10 times every second.
This commit is contained in:
Christophe Dumez
2006-10-05 19:01:41 +00:00
parent b54e40c87d
commit a072247e70
5 changed files with 41 additions and 25 deletions

1
TODO
View File

@@ -34,5 +34,4 @@
// Before 0.7.0
- Test tracker authentication
- Wait for libtorrent v0.11rc release
- Fix curl downloader to work with TorrentReactor engine