Shadow downloader is a Python program for download Youtube audios(music) from videos or even from each playlist video using Pytube library from python. You can also download music from Youtube music.
Download the .exe file, run it in your windows computer and enjoy!!
You can download (or fork) the source code and create your own version. You will need to have python install and to install some packages:
Pytube
pip install pytube
Dearpygui
pip install dearpygui
Mutagen
pip install mutagen
Tkinter
pip install tkinter
Read this documents if you want to build your own .exe file from the source code
https://docs.hektorprofe.net/python/distribucion/pyinstaller/
https://parzibyte.me/blog/2018/12/27/pyinstaller-assets-imagenes-archivos-ejecutable-python/
The antivirus or firewall can detect the .exe file as malicious or block the connections that made to youtube when downloading the files or searching if the URL exist. IT IS NOT A VIRUS. It's detected as a virus becouse the binary dosen't have a digital signature
Stay tuned for future updates