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
This command-line tool downloads YouTube videos from the`Terminal`, written under [Pytube](https://pytube.io/), and offers a user-friendly interface.
17
+
This command-line wizard lets you download YouTube videos or playlists straight from your`Terminal`, powered by [Pytubefix](https://pytubefix.readthedocs.io/). It works like a charm on Windows, Mac, and Linux, so you can rock it on any platform.
23
18
24
-
it is cross-platform (Windows, Mac, Linux) and can be used in any terminal.
19
+
While other tools make you wade through a swamp of settings and configs, `Pyutube` keeps it simple. Just drop in your URL, and voilà! It’ll take you on a smooth ride to your favorite videos, no complex options needed—just fun downloading! 🔥
25
20
26
-
## 🤔 why `pyutube`?
21
+
## 🛠️ Installation
27
22
28
-
While other tools offer many features and configurability, `pyutube` simplifies the process, with no need to dive into complex configurations and documentation, such as identifying specific options for downloading audio-only, or how to download a specific resolution, but on `pyutube` just paste the URL and that's it, it will guide you through the process 🔥.
23
+
Getting `Pyutube` up and running is a breeze! First, ensure you have [Python](https://www.python.org) installed. Just pop open your terminal and type:
29
24
30
-
## 🛠️ Installation
25
+
```bash
26
+
python --version
27
+
```
31
28
32
-
it is easy to install Pyutube, 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 ` otherwise, download and install it from [Python](https://www.python.org/downloads/).
29
+
If you see something like `Python 3.x`, you’re all set! If not, head over to [Python's downloads page](https://www.python.org/downloads/) to grab it.
33
30
34
-
after that, you can install it with the following command:
31
+
Once you’re good to go, install `Pyutube` with a single command:
35
32
36
33
```bash
37
34
pip install pyutube
38
35
```
39
36
37
+
And just like that, you’re ready to download some awesome videos! 🎉
38
+
40
39
## 📈 Upgrade
41
40
42
-
All the latest updates will be posted on [GitHub](https://github.com/Hetari/pyutube), you can also upgrade the tool via [PyPI](https://pypi.org/project/pyutube/) with this command:
41
+
Stay in the loop with the latest features on [GitHub](https://github.com/Hetari/pyutube)! To upgrade your `Pyutube`tool, simply run:
43
42
44
43
```bash
45
44
pip install --upgrade pyutube
46
45
```
47
46
48
-
Then you can use it in your `Terminal` 🥳.
47
+
Then you’re all set to keep downloading from your `Terminal`! 🥳
48
+
49
49
50
50
## 🦸 Quick Start
51
51
52
-
Pyutube is very easy to use, here are examples of its uses:
52
+
Getting started with `Pyutube` is a piece of cake! Just use the following command style:
53
53
54
54
```bash
55
-
pyutube YOUTUBE_LINK [PATH]
55
+
pyutube "YOUTUBE_LINK" [PATH]
56
56
```
57
57
58
-
> [!NOTE] > `[PATH]` is an optional input, the default value is the `terminal` path where the CLI is running (the current working directory in your terminal).
58
+
> [!NOTE]
59
+
> The `[URL]` is <spanstyle="color:red">[Required]</span> and it should be between `""`<br/>
60
+
> The `[PATH]` is optional—if you don’t specify one, it’ll save to your current terminal directory. Easy-peasy!
61
+
59
62
60
63
## 👨💻 Usage
61
64
@@ -66,83 +69,27 @@ pyutube YOUTUBE_LINK [PATH]
66
69
|`URL`| The `URL` of the YouTube video. This argument is <spanstyle="color:red">[Required]</span>. |
67
70
|`PATH`| The `path` to save the video. Defaults to the current working directory. <spanstyle="color:green">[Optional]</span> |
For lots of examples, check them out [here](https://github.com/Hetari/pyutube/blob/main/EXAMPLES.md)! Take a deep dive and discover all the ways to use Pyutube. 🚀
134
84
135
-
```bash
136
-
pyutube cMPnY7EuZvo -f
137
-
```
85
+
## 🥰 Contributing
138
86
139
-
or
87
+
Pull requests are welcome. For major changes, please open an issue first to discuss what you want to change.
88
+
please follow the [contributing guidelines](https://github.com/Hetari/pyutube/blob/main/CONTRIBUTING.md)
140
89
141
-
```bash
142
-
pyutube -f youtu.be/cMPnY7EuZvo
143
-
```
90
+
## 📎 License
144
91
145
-
see the video and relax 🎉.
92
+
This project is licensed under the [MIT License](https://github.com/Hetari/pyutube/blob/main/LICENSE.md).
146
93
147
94
## 📸 Screenshots
148
95
@@ -171,40 +118,3 @@ see the video and relax 🎉.
171
118
</a>
172
119
</div>
173
120
174
-
<!-- <div style="text-align: center;">
175
-
<p>Download video with specify the save location</p>
176
-
<a href="https://ibb.co/0JkdkQy">
177
-
<img src="images/image1.png" alt="Download video with specify the save location">
178
-
</a>
179
-
180
-
<p>Chose what type you want to download</p>
181
-
<a href="https://ibb.co/Kb6qjmg">
182
-
<img src="images/image2.png" alt="Chose what type you want to download">
183
-
</a>
184
-
185
-
<p>Chose what what resolution you want to download(if the type is video)</p>
186
-
<a href="https://ibb.co/7ymCS79">
187
-
<img src="images/image3.png" alt="Chose what resolution you want to download">
188
-
</a>
189
-
190
-
<p>If you download a playlist, you can choose what video you want to download, or even all of them</p>
191
-
<a href="https://ibb.co/0qwkQNm">
192
-
<img src="images/image4.png" alt="If you download a playlist, you can choose what video you want to download, or even all of them"/>
193
-
</a>
194
-
195
-
<br /><br />
196
-
197
-
<p>Do not know how to use it? just type <code>pyutube --help</code></p>
198
-
<a href="https://ibb.co/LhT6r3r">
199
-
<img src="images/image5.png" alt="image5">
200
-
</a>
201
-
</div> -->
202
-
203
-
## 🥰 Contributing
204
-
205
-
Pull requests are welcome. For major changes, please open an issue first to discuss what you want to change.
206
-
please follow the [contributing guidelines](https://github.com/Hetari/pyutube/blob/main/CONTRIBUTING.md)
207
-
208
-
## 📎 License
209
-
210
-
This project is licensed under the [MIT License](https://github.com/Hetari/pyutube/blob/main/LICENSE.md).
0 commit comments