Welcome to yt-batch-dl 👋

Simple script to download mp3 in the list, only supports MacOS currently

Installation

Install package

pip3 install youtube-search-python requests

Install ffmpeg for converting webm to mp3

brew install ffmpeg

Usage

python3 run.py example/mylist.txt

where list is a plain list of songs separated by line breaks, e.g.

shallow
something just like this
正想著你呢 官方

Options (WIP)

See python3 run.py --help

Author

👤 Yuan-Yuan Wang