Simple application that can download video or audio from YouTube
- YouTubeVideoDownloaderConsole.py
- YouTubeVideoDownloaderCL.py
- YouTubeVideoDownloaderConsole.exe
You have to install python3 and pytube python library.
To install python3 follow the procedure on the official python website.
To install pytube library open your terminal and digit
pip3 install pytubeFor every problem in this last installation follow the official pytube documentation
This Windows executable file should run on Windows 10 and later without any problem. If this doesn't work, use the .py version
To use this program you only need the YouTube link of the video you whant to download! The .mp4 or .mp3 file will be downloaded in the folder where the program is located.
Probably yuor Windows os is going to warning you that this program is not safe but you can ignore it... Your pc will be perfectly fine : )
To run it just double click on the icon and a new window will appear. It will ask you the Youtube link and if you want to download the full video or the audio track only.
To run this program open your terminal and navigate in the folder where you have the .py file. You can also open the terminal directly in the folder by right click on it and selecting 'open in terminal'. Then launch this command:
python3 ./YouTubeVideoDownloaderConsole.py At this point the instruction will be shown after the command in the terminal.
This version is for someone who want a faster experience.
Simply run
python3 ./YouTubeVideoDownloaderCL.py [youtube link] [mode]Where mode can be:
- 1 if you want to download the full video
- 2 if you whant only the audio track