Skip to main content

Download the instrumental for almost any song

Project description

Instrumental-Downloader

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

Installation

First, you need to install ffprobe/ ffmpeg.

  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.

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.4.4.dev1.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

instrumental_dl-0.4.4.dev1-py3-none-any.whl (14.0 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