From ca441bf0937ca3cc60e15b7de0b20cf6c187773c Mon Sep 17 00:00:00 2001 From: Bryan Cook <3217452+bryanbcook@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:08:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d25fb8..4b846a0 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,8 @@ $count = 0 foreach($post in $posts) { $complete = $count++/$total * 100 Write-Progress -Activity "Downloading..." -PercentComplete $complete -Status "$complete% ($count of $total)" - $post = Get-BloggerPost -PostId $post.id -Format Markdown -FolderDateFormat "yyyy\\MM" -OutDirectory ".\Posts" + $post = Get-BloggerPost -PostId $post.id -Format Markdown -FolderDateFormat "yyyy\\MM" -OutDirectory ".\Posts" -PassThru Write-Host "Downloaded: $($post.title) - $($post.published)" } Write-Progress -Activity "Downloading..." -Complete -``` \ No newline at end of file +```