Downloading of spotify playlists is a go.

This commit is contained in:
Kepoor Hampond 2017-01-25 21:01:18 -08:00
parent fbe3edf1ef
commit b145b5d173
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,6 @@ irs -A "Sadnecessary" # -a "Milky Chance"
Full usage: Full usage:
``` ```
usage:
usage: usage:
irs (-h | -v) irs (-h | -v)
irs [-l] irs [-l]
@ -50,6 +49,7 @@ Options:
-l, --choose-link If supplied, will bring up a console choice for what -l, --choose-link If supplied, will bring up a console choice for what
link you want to download based off a list of titles. link you want to download based off a list of titles.
``` ```
Make a note that capitalization and spelling matters a lot in this program.
___ ___
### Installation ### Installation

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='irs', name='irs',
version='3.7.20', version='4.7.20',
description='A music downloader that just gets metadata.', description='A music downloader that just gets metadata.',
url='https://github.com/kepoorhampond/irs', url='https://github.com/kepoorhampond/irs',
author='Kepoor Hampond', author='Kepoor Hampond',