A Python program which uses BeautifulSoup and Youtube-dl to download a song from youtube
A Python program which uses BeautifulSoup and Youtube-dl to download a song from youtube
The result will be stored in the current working directory.
usage: getsong [-h] [-y] [-m] term
positional arguments:
term Youtube search term
optional arguments:
-h, --help show this help message and exit
-y, --yes Skip prompt
-m, --musicvideo Get first result for <term>, not '<term> lyrics'
Via pip
:
pip install getsong
Alternatively:
cd getsong
python setup.py install
or pip install -e
ffmpeg
(or avconv
) is suggested to fix the container on the downloaded audio.