/////////////////////////////////////////////////////////////////////////// Implement Downloader
| 86 | //////////////////////////////////////////////////////////////////////////////// |
| 87 | // Implement Downloader |
| 88 | Downloader::Downloader() : Downloader(DownloaderHints{6, 45, ".tmp"}) {} |
| 89 | |
| 90 | Downloader::Downloader(const DownloaderHints& hints) |
| 91 | { |