Skip to content

Commit

Permalink
Fix Qobuz app_id error #333
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed May 24, 2022
1 parent 67ad823 commit e86e560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamrip/spoofbuz.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
self.app_id_regex = (
r'{app_id:"(?P<app_id>\d{9})",app_secret:"\w{32}",base_port:"80"'
r',base_url:"https://www\.qobuz\.com",base_method:"/api\.js'
r'on/0\.2/"},n\.base_url="https://play\.qobuz\.com"'
r'on/0\.2/"},n\.base_url="https://nightly-play\.qobuz\.com"'
)
login_page_request = requests.get("https://play.qobuz.com/login")
login_page = login_page_request.text
Expand Down

0 comments on commit e86e560

Please sign in to comment.