We can download a full playlist or one video from youtube or other Video streaming site in Linux systems. Now First open your terminal and type following commands for downloading python scripts from Youtube-dl pages.
sudo hwget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
In this commands First we downloads the dl-scripts then move to the
/usr/local/bin
directories.
Now We have to scripts to encable executables. Now typing following
commands...
sudo chmod a+rx /usr/local/bin/youtube-dl
Now You can update this scripts...
sudo
youtube-dl -U
Finally installing process is finished. Now We have downloading videos
following commands ...
youtube-dl [url]
Example: youtube-dl https://www.youtube.com/watch?v=_-Hs6DdcZyY
If you have any question, please leave a comment below...
Important
ReplyDelete