Title: Video To Audio
Short description :here we will covert video to audio using pytube and os library .First we take youtube url and fetch the video through pytube then through os we keep only audio of this video and change it to audio.
List out the libraries imported: pytube ,os
Setup instructions: We just need to give a youtube video url for which we need to change to audio and the output will be store in the same folder as that of the script.
Input:https://www.youtube.com/watch?v=GHKBN9LreEo
output.mp4