You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-19Lines changed: 23 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This project was inspired by [Utube](https://github.com/omer73364/uTube/) by [om
17
17
## Features
18
18
19
19
- User-friendly CLI interface.
20
-
- Download a single YouTube in video format or audio.
20
+
- Download a single YouTube video format or audio.
21
21
- Download YouTube shorts.
22
22
- Download YouTube playlists.
23
23
@@ -28,9 +28,9 @@ This project was inspired by [Utube](https://github.com/omer73364/uTube/) by [om
28
28
-[x] Supports all available video resolutions.
29
29
-[x] Support shorts.
30
30
-[x] Supports downloading playlists.
31
-
-[ ] Playlists organized into folders by their names.
31
+
-[ ] Playlists are organized into folders by their names.
32
32
-[ ] GUI app (not yet).
33
-
-[ ]Any features that you/I can think of.
33
+
-[ ]Are there any features that you/I can think of?
34
34
35
35
## Upgrade
36
36
@@ -42,7 +42,7 @@ pip install --upgrade pyutube
42
42
43
43
## Installation
44
44
45
-
Make suer that you have [Python](https://www.python.org) installed. To check if you have it installed, type `python --version` in your terminal. You should see something like `Python 3.x.x`.
45
+
Make sure that you have [Python](https://www.python.org) installed. To check if you have it installed, type `python --version` in your terminal. You should see something like `Python 3. x `
46
46
47
47
### Method 1: Using Pip
48
48
@@ -51,7 +51,7 @@ pip install --upgrade pip
51
51
pip install pyutube
52
52
```
53
53
54
-
### Method 2: Building the project from source
54
+
### Method 2: Building the project from the source
55
55
56
56
Clone the repository:
57
57
@@ -129,7 +129,7 @@ pyutube -v
129
129
> Don't forget, the path is optional.
130
130
131
131
2. Then choose the format of the download, video or audio.
132
-
3. Choose the resolution if it is a video you want to download, otherwise choose audio and it will download it all immediately 🔥.
132
+
3. Choose the resolution if it is a video you want to download, otherwise, choose audio and it will download it all immediately 🔥.
133
133
> It will check all resolutions available in the first video in the playlist, then it will download all of them in the same resolution 👍.
134
134
135
135
### **- Download shorts, videos, or audio:**
@@ -139,15 +139,15 @@ pyutube -v
139
139
> Don't forget, the path is optional.
140
140
141
141
2. Then choose the format of the download, video or audio.
142
-
3. Choose the resolution if it is a video you want to download, otherwise choose audio and it will download it immediately 🔥.
142
+
3. Choose the resolution if it is a video you want to download, otherwise, choose audio and it will download it immediately 🔥.
0 commit comments