Skip to content

Commit fe55dc6

Browse files
committed
feat(js): button now display a menu
1 parent 621a651 commit fe55dc6

2 files changed

Lines changed: 481 additions & 386 deletions

File tree

powershell/yt-download.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ New-Variable -Name UI_Path -Value "D:/Programmes/Internet/youtube-dl/YDL-UI_Port
4242
New-Variable -Name UseBrowser -Value $true -Option Constant # true is recommended
4343
# Must be the name of a yt-dlp supported browser and optionnaly the name of the profile directory containing the cookies you need
4444
New-Variable -Name browserCookies -Value "firefox:oo49eawy.Youtube" -Option Constant
45-
New-Variable -Name myCookies -Value "D:/pathTo/cookies.txt" # it is reccommanded to not use such a file for security reason.
45+
New-Variable -Name myCookies -Value "D:/pathTo/cookies.txt" # it is recommended to not use such a file for security reason.
4646

4747
New-Variable -Name directory -Value (Join-Path -Path "$downloadsPath" -ChildPath "$DownloadFolderName") -Option Constant
4848
New-Variable -Name templateNameChannel -Value "%(uploader|)s%(uploader& - )s%(title).70s.%(ext)s" -Option Constant

0 commit comments

Comments
 (0)