Skip to main content

A command line tool to easily download song instrumentals from Youtube.

Project description

Instrumental-Downloader

A command line tool to download a song's instrumental from Youtube.

Installation

If you don't have pip, install it here: https://pip.pypa.io/en/stable/installing/

First, you need to install ffprobe/ ffmpeg: https://ffmpeg.org/download.html

  1. Download the build for your OS
  2. Extract the program folder from the download
  3. Add the program folder to the system PATH:
    Windows
    Mac
    Linux

Then, use pip3 to install:

pip3 install instrumental_dl

Description

Instrumental_dl was created as a command-line tool used to download a list of instrumentals based on just the song name.(and sometimes the artist is needed to identify the song) This tool is based off of youtube_dl, a tool used to download youtube videos from their url. The Python interpreter version 3.6+ is needed for this program. FFprobe/ ffmpeg needs to be installed in the PATH, as that is the program used to download instrumentals as mp3 files.

instrumental_dl -f FILE_NAME
instrumental_dl -s "SONG_NAMES" ["SONG_NAMES"...]
  (with -s the song name needs to be in quotations
  if it contains any spaces)

Options

INFO
---------------------
-h, --help              Print the help text and exit
--version               Print the current version and exit

ONE REQUIRED
---------------------
-f, -file              Open this file and download each song
                        name in the file as an instrumental
                        (each song name should be on a seperate line)
-s, -songs             Download each song name as an instrumental
                        (can be multiple song names)

OPTIONS
---------------------
-v                      Verbose: Print out each download and conversion.
                        Also gives detailed time elapsed description.
-o

TODO

- Download album cover for song to use as file icon
- Check for wrong instrumental downloads
- New file renaming system

- GUI Application
    - Add gui interaction for Windows, MacOS, and Linux

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instrumental-dl-0.6.3.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

instrumental_dl-0.6.3-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page