Misc changes

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-07-01 15:24:21 -07:00
parent 1a67f0a305
commit f79b045bea
3 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# streamrip
[![Downloads](https://static.pepy.tech/personalized-badge/streamrip?period=total&units=international_system&left_color=black&right_color=green&left_text=Downloads)](https://pepy.tech/project/streamrip)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.

View file

@ -10,6 +10,7 @@ repository = "https://github.com/nathom/streamrip"
include = ["streamrip/config.toml"]
packages = [
{ include = "streamrip" },
{ include = "rip" },
]
keywords = ["hi-res", "free", "music", "download", "tqdm"]
classifiers = [

0
rip/__init__.py Normal file
View file