how to set up default download location in youtube-dl [closed]
You need to use the -o switch with the Configuration file Output on youtube-dl is handled with the –output or -o switch; pass it as an option, followed by the destination you want to save your downloads to: youtube-dl -o “%USERPROFILE%\Desktop\%(title)s-%(id)s.%(ext)s” www.youtube.com/link/to/video Note that -o has a dual function in that it also sets a … Read more