Skip to content

Commit

Permalink
Final commit to dl.gallery-dl.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrxn authored Jul 28, 2023
1 parent e81c580 commit 2155aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl.gallery-dl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
URL(s) to be handed over to gallery-dl.
.PARAMETER Options
Additional command-line options to provide for gallery-dl (to be specified in PowerShell array syntax).
Additional command-line options to provide for gallery-dl (in PowerShell array notation, e.g. " dl.gallery-dl.ps1 -Opt '-o', 'keywords.bkey=Example' ")
.PARAMETER InteractiveMode
Use to start the interactive mode of this script (this mode takes precedence over other mode options).
Expand Down Expand Up @@ -168,7 +168,7 @@ function Show-Status ([String] $ID, [String[]] $Text, [Byte] $Exit) {
}
'suc-fn-batch-finish' { $Msg =
" ${ccCC}Success${ccZero} : All done, yay! ${ccShft}'${ccHigh}$($SlfName)${ccShft}'${ccZero} has successfully processed " +
"the entire clipboard content of ${ccShft}'${ccHigh}$($Text[0])${ccShft}'${ccZero} URLs!"
"the entire batch of ${ccShft}'${ccHigh}$($Text[0])${ccShft}'${ccZero} URLs in a single run!"
$CustomOutput = $false; break
}
'suc-ln-entry-finish' { $Msg =
Expand Down

0 comments on commit 2155aee

Please sign in to comment.