youtube動画をCLIからmp3で保存するためのもの。
This is a script which donwload mp3 file from youtube in CLI.
tube2mp3 <URL> <output_name>
-
python3 (Download from HERE)
-
ffmpeg
mac: brew install ffmpeg
win: Download binary from HERE
- youtube-dl
mac : brew install youtube-dl
or pip install youtube-dl
win: pip install youtube-dl