This site says.How do you do that. ? How do you do it for one video. It seems it must download into the folder the youtube-dl.exe is That is an ubuntu site. I have win 764 bitif you are downloading a lot of videos, you should change directories to the directory where you want to save the videos before you start downloading them
I would like to be able to download into a separate folder i.e separate from where youtube-dl.exe is and then move them to where i want
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 13 of 13
-
-
This should work:
youtube-dl -f best -ci -o "YT Downloads\%(title)s.%(ext)s" [video url]
Use double% if you put it in a batch file. -
If you always want the same folder you can also store that in a config file.
https://github.com/rg3/youtube-dl/blob/master/README.md#configuration -
Works thanks
I do not understand Use double% if you put it in a batch file.
I made a bat file to open the command window at the youtube dl directory. How do i add ]youtube-dl -f best -ci -o "YT Downloads\%(title)s.%(ext)s" so to download i only have to paste in the urlLast edited by David Banner; 8th Feb 2018 at 16:58.
-
Code:
@echo off set /p url="Enter URL to download:" "c:\program files (x86)\youtube-dl\youtube-dl.exe" -o "C:\downloads\%%(title)s-%%(id)s.%%(ext)s" "%url%"
https://forum.videohelp.com/threads/382524-How-to-get-started-with-youtube-dl-from-the...command-prompt -
-
Did you change "C:\Downloads\" to the path you want them stored in? I'm not psychic so I used an example. You have to change the paths to your needs.
-
Last edited by David Banner; 9th Feb 2018 at 06:21.
-
@ sneaker. is there any way to edit the bat file so it will create a folder in the downloads folder for each new download?
-
Youtube-dl will do that automatically if a folder doesn't exist yet. You can use the wild cards for folders just like you can for file names.
-
-
Yeah, so?
change e.g.
-o "c:\downloads\file.ext"
to
o "c:\downlods\more\folders\whatever\you\want\file.e xt"
You can use the wildcards wherever you want.
Similar Threads
-
youtube Download
By cornemuse in forum AudioReplies: 4Last Post: 3rd Sep 2019, 21:51 -
youtube-dl: Download Playlist to Specific Directory?
By Adithya in forum Video Streaming DownloadingReplies: 10Last Post: 1st Sep 2017, 13:04 -
no download directory setting - utorrent
By jyeh74 in forum ComputerReplies: 3Last Post: 24th May 2016, 00:14 -
How to download video using Youtube-dl
By rogue2020 in forum Video Streaming DownloadingReplies: 1Last Post: 5th May 2016, 16:28 -
Inability to download Youtube video by Youtube Downloader HD
By jgp123 in forum Video Streaming DownloadingReplies: 9Last Post: 17th Nov 2015, 05:03