Releases: DanGough/PsDownload
Releases · DanGough/PsDownload
0.2.2
- Added $null as first user agent to try, to resolve issue with SourceForge downloads redirecting when a browser is detected.
0.2.1
Bug fix to retry with next user agent rather than throw an exception in Invoke-Download.
0.2.0
- New function Resolve-Uri, to enable retrieving just absolute/resolved URL, filename, filesize, and modified date without downloading the file.
- Added Headers parameter.
- Added function help and improved logging and error handling.
0.1.2
- Fixes a 'divide by zero' error when the file size could not be determined from the headers
- General progress bar improvements, showing bytes read and percentage complete
- Buffer increased from 16KB to 64KB
0.1.1
Added fixes from #1 to enable cross-platform compatibility.