mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-12 22:26:16 -04:00
Update README, bump version
This commit is contained in:
parent
2d35001793
commit
0b70932daa
3 changed files with 2 additions and 7 deletions
|
@ -2,11 +2,6 @@
|
||||||
|
|
||||||
A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
|
A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
|
||||||
|
|
||||||
## Attention
|
|
||||||
|
|
||||||
The Deezloader server is currently down. This means Deezer downloads are currently not working.
|
|
||||||
Stay posted for updates.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Super fast, as it utilizes concurrent downloads and conversion
|
- Super fast, as it utilizes concurrent downloads and conversion
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split()
|
||||||
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
# https://github.com/pypa/sampleproject/blob/main/setup.py
|
||||||
setup(
|
setup(
|
||||||
name=pkg_name,
|
name=pkg_name,
|
||||||
version="0.4.3",
|
version="0.4.4",
|
||||||
author="Nathan",
|
author="Nathan",
|
||||||
author_email="nathanthomas707@gmail.com",
|
author_email="nathanthomas707@gmail.com",
|
||||||
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",
|
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
"""streamrip: the all in one music downloader.
|
"""streamrip: the all in one music downloader.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.4.3"
|
__version__ = "0.4.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue