How i can download youtube videos by using cmd [duplicate]
in the first time of learning command line i've saw the quick performance that it presents and its deal with files, directories, and programs efficiently. after all of that i think command line not only surrounded by this feature and i think has to much extra features and i wish from this features to be one for downloading videos from youtube.
anyway i have tried numerous of website and programs that can do that but often is not with required qualifications.
finally, i want something can do it by cmd prompt anything other i don't. thanks all of you
11 Answer
You need download youtube-dl from youtube-dl.org. Once downloaded, find the place where it was saved to. For instance it might be in c:\users\hp\downloads
Next,
Open run dialog(Press
+r) and type
cmdin.In
cmdprompt open select the directory that youtube-dl program was saved to. For example(c:\users\hp\downloads)after selecting go to YouTube video that you want and catch its URL.
Go to
cmdprompt again and typec:\users\hp\downloads>youtube-dl "URL"if did all this steps hit enter and wait a second to see the downloading run.
Note : all videos that is gonna download will install or place in the same directory where youtube-dl is saved.
These steps are for Windows but for others it should be similar
0