This is a python script that downloads audio files directly from youtube videos.
This script is written in Python language. So make sure you have python installed in your computer. Two modules of python are used in this script to install those follow below steps
- Open cmd prompt
- write "pip install moviepy"
- write "pip install pytube"
- Open the Download Audio.py script
- Add your own youtube video url instead of the default one in line 6.
- In Line 17, in the path section write your own path and in name section write the name You want your file to have.
Visit my Github profile here