Skip to content

Commit c55bed1

Browse files
committed
Updated Readme
1 parent fbe0188 commit c55bed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OTHERS/Youtube Video Downloader/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Pytube is a lightweight and dependency-free Python library designed for fetching videos from the internet. It simplifies the process of downloading videos, particularly from YouTube. However, it's important to note that the actual library isn't named "pytube" but must be installed under that name for usage. Below, you'll find instructions for installing pytube and some guidance on how to utilize it.
2-
1+
Pytube is a lightweight and dependency-free Python library designed for fetching videos from the internet.
32
Installation:
43

54
To install pytube via pip, follow these steps:
@@ -8,6 +7,7 @@ Open your command prompt or terminal as an administrator.
87
Execute the following command:
98
bash
109
Copy code
10+
1111
```BASH
1212
pip install pytube
1313
```

0 commit comments

Comments
 (0)