This project is a tool to download videos from YouTube. The whole program is written with Python
and the core libraries youtube-dl.
With these APIs, users can easily download video with the highest quality (such as 1080p
) or the audio with m4a
format.
If you want to use this tool, you should first check if the following libraries are suitable to use
PyQt6
to build the UI layoutyoutube-dl
download the video from YouTubeFFmpeg
merge the seperate vidoe file or convert the format of the video
Install the dependencies and run the program by the following lines:
$ pip install pyqt6
$ pip install git+https://github.com/ytdl-org/youtube-dl.git@master
$ python main.py