Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.38 KB

SongDown

A terminal-based Youtube song search and downloader using youtube-dl

SongDown allows you to search, choose and download songs, all from the terminal, without having to open a browser at all.

Usage

Just run the script to search and download any song from Youtube using the settings defined in ~/.songdownrc.

Settings

The default settings in ~/.songdownrc can be changed as per requirement. Preset defaults are -

VIDEO=false
DOWN_DIR="~/Music/SongDown/
RESULTS=3

Options

Option Value What it does Default
-v OR --video Downloads video in highest quality (720p max). Default = False
-p OR --path directory Defines path of downloaded file. Default = ~/Music/SongDown/
-r OR --results integer(less than 15) Defines number of results to be shown from youtube search. Default = 4
-d OR --default directory Sets default path.