Youtube - dl
Did you ever wanted to download a YouTube video . If yes , you would have used third party sites or applications to download. Did you know that there is a tool to download YouTube videos without using apps and websites. The tool also allows users to downloads videos from many other sites like Vimeo , Hotstar etc. As the title suggests it is youtube -dl . It is a python based tool. So in order to get it working you should first have python installed in your computer. If not ,first install python . How to Install ? As it is a python package, you can install it with pip (python package installer) . Just open your cmd and type in the following command . pip install youtube -dl This should work in most of the cases. But if you face any errors then run the cmd as administrator and retype the same command. That's it you have youtube -dl installed. How to Download Videos ? Move to ...