/tube2mp3

youtube -> mp3 converter

Primary LanguageShellMIT LicenseMIT

tube2mp3

youtube動画をCLIからmp3で保存するためのもの。

This is a script which donwload mp3 file from youtube in CLI.

How to use

tube2mp3 <URL> <output_name>

Dependency

  • 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