Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Aug 13, 2021
2 parents 3629190 + b4ef977 commit f5b2e18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streamrip"
version = "1.2"
version = "1.3"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <nathanthomas707@gmail.com>"]
license = "GPL-3.0-only"
Expand Down
5 changes: 3 additions & 2 deletions rip/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ token_expiry = ""
# are automatically limited to quality = 1
quality = 2
# An authentication cookie that allows streamrip to use your Deezer account
# See [ADD LINK] for instructions on how to find this
# See https://github.com/nathom/streamrip/wiki/Finding-Your-Deezer-ARL-Cookie
# for instructions on how to find this
arl = ""
# This allows for free 320kbps MP3 downloads from Deezer
# If an arl is provided, deezloader is never used
Expand Down Expand Up @@ -156,4 +157,4 @@ progress_bar = "dainty"

[misc]
# Metadata to identify this config file. Do not change.
version = "1.2"
version = "1.3"
2 changes: 1 addition & 1 deletion streamrip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""streamrip: the all in one music downloader."""

__version__ = "1.2"
__version__ = "1.3"

from . import clients, constants, converter, media

0 comments on commit f5b2e18

Please sign in to comment.