A small GUI application to download the highest resolution audio/video stream from a given youtube link - as a creator of audio based intellectual property, the name is tongue in cheek humour
Program has the option to use a default folder for saving any media. If you'd like to set this up, create a file in the same directory named "default_folder.py" and add a variable 'default_path' to hold the directory path. Should look like:
default_path = 'C:\\Users\\User\\folder location'
Install with pip
pip install -r requirements.txt
Contributions are always welcome!