Skip to content

Commit 57da8ec

Browse files
Update README.md
1 parent 30964d3 commit 57da8ec

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<p align="center">
2+
<img src="https://github.com/rudymohammadbali/UltraFetch/assets/63475761/25f0c5a4-a0c2-4e9a-b293-11436c921d9c">
3+
</p>
4+
5+
<h1 align="center">UltraFetch</h1>
6+
7+
This is a GUI application for downloading YouTube videos, built with PyQt5 and QFluentWidgets. It's designed for Windows systems.
8+
9+
![demo](https://github.com/rudymohammadbali/UltraFetch/assets/63475761/fe6d0f3b-a85a-4428-9b76-5641c5d33206)
10+
11+
## Features
12+
13+
- **High Resolution**: The app automatically selects the highest resolution video available, even supporting 4K.
14+
- **Video and Audio Download**: It downloads the video and audio files separately and then merges them together using FFmpeg.
15+
- **Download Options**: You can download videos (MP4), audio only (MP3), and playlists.
16+
## Installation
17+
18+
#### Dependencies
19+
20+
- FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video.
21+
- QFluentWidgets: https://qfluentwidgets.com/pages/install
22+
23+
```bash
24+
git clone https://github.com/rudymohammadbali/UltraFetch.git
25+
cd UltraFetch
26+
pip install -r requirements.txt
27+
python main.py
28+
```
29+
30+
<h2 align="left">Support</h2>
31+
32+
###
33+
34+
<p align="left">If you'd like to support my ongoing efforts in sharing fantastic open-source projects, you can contribute by making a donation via PayPal.</p>
35+
36+
<div align="center">
37+
<a href="https://www.paypal.com/paypalme/iamironman0" target="_blank">
38+
<img src="https://img.shields.io/static/v1?message=PayPal&logo=paypal&label=&color=00457C&logoColor=white&labelColor=&style=flat" height="40" alt="paypal logo" />
39+
</a>
40+
</div>

0 commit comments

Comments
 (0)