A python script help you get audio from youtube on Macbook.
Please note that this program is intended for learning and personal amusement only. We encourage responsible and ethical use of our script.
As seen on Medium
If you want to hear the sound, Here is a youtube link 👇.
- install ffmpeg
brew install ffmpeg
ffmpeg needs more time to download
- install python lib
pip3 install youtube-search-python
pip3 install rich
pip3 install questionary
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
- download audio
python3 download_audio.py "learn english"
You should check the description and attribution details of the video to verify permissions before downloading a audio from YouTube. 👀