Youtube video downloader is a python script to download video from youtube. It can determine video quality. This script is capable to download 4K and 1080p videos.
The following packages should be install on client machine.
- Python3
- FFMPEG
Open terminal and run the following command on terminal:
- python3 youtube_test.py "" ""
- Example: python3 youtube_test.py "https://www.youtube.com/watch?v=IFuFm0m2wj0" "/home/user/Downloads"
- Then enter itag number when it'll ask for video quality
- For example: 137 is for 1080p video
- Then it'll start download on your current location.