mirror of
https://github.com/cooperhammond/irs.git
synced 2025-07-09 16:00:32 +00:00
Downloading of spotify playlists is a go.
This commit is contained in:
parent
fbe3edf1ef
commit
b145b5d173
|
@ -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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue