DEV Community

Cover image for How to download multiple youtube videos in python.
Kittex0
Kittex0

Posted on

How to download multiple youtube videos in python.

In this tutorial i am going to show you how to download multiple youtube videos using pafy in python.

Firstly, go to the GitHub page: https://github.com/Kittex0/Download-Multiple-Youtube-Videos-in-Python

Then simply download the file by clicking on the green code button and then click on download zip and then unzip the file.

To use, simple go on the file "Download Multiple Youtube Videos.py" and then read the instructions in Green. After that, your video's should be downloaded

Requirements:

1.You need to how python installed
2.You need to have the right python modules installed To install modules, simply open command prompt and locate your file. ex. Go to folders and then locate the folder the file "Requirements.txt" is in, and then simply just copy the path (for example: C:\Users\forda\Desktop\Programmers\GITHUB DESKTOP IMP\GITHUB DESKTOP\python\github\Github Desktop\Download-Multiple-Youtube-Videos-in-Python) Dont copy my path as it wont work. Then go Command Prompt and type. "cd {Your Path}" then simply type "pip install -r Requirements.txt".

Top comments (0)