Skip to content

Commit 9ca3c95

Browse files
authoredMay 9, 2023
Update README.md
1 parent afe4a36 commit 9ca3c95

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed
 

‎Youtube_video_download/README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,24 @@ You can copy paste my markdown photo insert as following:
1313
-->
1414

1515
## 🛠️ Description
16+
Introduction:
17+
A Python YouTube video downloader is a program that allows you to download YouTube videos using the Python programming language. This documentation will guide you through the steps required to install and use a Python YouTube video downloader.
1618

17-
<!--Remove the below lines and add yours -->
19+
Step 1: Installing Required Libraries
20+
To begin, you need to install the required libraries for the Python YouTube video downloader. Run the following command to install the "pytube" library:
21+
22+
pip install pytube
23+
24+
Step 2: Importing Libraries
25+
After installing the required libraries, you need to import them into your Python script. Here is the code to import the "pytube" library:
26+
27+
from pytube import YouTube
28+
29+
Step 3: Running the Script
30+
Save the above code as a Python script and run it. The script will download the video and save it to the current directory.
1831

19-
This program allows users to download video from Youtube given an url.
32+
Conclusion:
33+
In conclusion, a Python YouTube video downloader is a simple program that can be used to download YouTube videos using the Python programming language. By following the steps outlined in this documentation, you should now be able to install and use a Python YouTube video downloader to download your favorite videos from YouTube.
2034

2135
## ⚙️ Languages or Frameworks Used
2236

0 commit comments

Comments
 (0)
Please sign in to comment.