mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-02 19:15:26 +00:00
committed key. again.
This commit is contained in:
parent
ca5cbea5ea
commit
1e81c8827e
|
@ -12,8 +12,8 @@ CONFIG = dict(
|
||||||
|
|
||||||
|
|
||||||
# These are necessary to download Spotify playlists
|
# These are necessary to download Spotify playlists
|
||||||
client_id = 'e4198f6a3f7b48029366f22528b5dc66',
|
client_id = '',
|
||||||
client_secret = '69adc699f79e4640a6fd7610635b025f',
|
client_secret = '',
|
||||||
|
|
||||||
# For a custom directory. Note that `~` will not work as a shortcut.
|
# For a custom directory. Note that `~` will not work as a shortcut.
|
||||||
directory = str(expanduser("~")) + "/Music",
|
directory = str(expanduser("~")) + "/Music",
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='irs',
|
name='irs',
|
||||||
version='3.1.0',
|
version='3.1.1',
|
||||||
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