We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8eb96 commit ca441bfCopy full SHA for ca441bf
1 file changed
README.md
@@ -151,8 +151,8 @@ $count = 0
151
foreach($post in $posts) {
152
$complete = $count++/$total * 100
153
Write-Progress -Activity "Downloading..." -PercentComplete $complete -Status "$complete% ($count of $total)"
154
- $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
155
Write-Host "Downloaded: $($post.title) - $($post.published)"
156
}
157
Write-Progress -Activity "Downloading..." -Complete
158
-```
+```
0 commit comments