PowerShell-Youtube-dl icon indicating copy to clipboard operation
PowerShell-Youtube-dl copied to clipboard

A PowerShell script interface used to operate the youtube-dl command line program.

Results 7 PowerShell-Youtube-dl issues
Sort by recently updated
recently updated
newest added

The argument '.\youtube-dl-gui.ps1' to the -File parameter does not exist. Provide the path to an existing '.ps1' file as an argument to the -File parameter. Excuse me for my ignorance,...

this s the out put of a ```6 - Get playlist URLs from file``` ``` URL: https://www.youtube.com/playlist?list=PLdZNFVCDo_1d5lby35QcVv-OJCWkREvoI Output path: C:\Users\HaLF-MenTaL\Videos youtube-dl options: -o "C:\Users\HaLF-MenTaL\Videos\%(playlist)s\%(title)s.%(ext)s" --cache-dir "C:\Users\HaLF-MenTaL\scripts\powershell-youtube-dl\var\cache" --console-title --ignore-errors --no-mtime --yes-playlist...

I have my own local copy of ffmpeg.exe, which added manually on my user Path variable. It would be a great idea if the installer script checks whether ffmpeg.exe is...

OOoh goodness gracious this is really cool - thanks! Is something like this possible to setup? Perhaps i have a folder on my desktop called "audio" and when I drag...

(2) Download Audio -> 5 - Configure format to download The list return does not include any mp3 format. Only mp4 and webm format are returned

Platform Windows 10 PSVersion 5.1.17134.858 Download of youtube.dl and ffmpeg fails with error message: Fails with SSL/TLS Secure Channel Solution: add those line on top of the youtube-dl-gui.ps1 `[Net.ServicePointManager]::SecurityProtocol =...

modify the existing script to download the best video quality, such as 1080p, using youtube-dl, you need to adjust the YoutubeDlOptionsList hash table to include options for best video quality....