Skip to content

Commit

Permalink
Merge pull request vitiko98#204 from qwerzl/master
Browse files Browse the repository at this point in the history
Fix vitiko98#202: Update regex for the latest bundle.js
  • Loading branch information
vitiko98 authored Mar 26, 2023
2 parents 95380b6 + 05d5b98 commit 55a360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qobuz_dl/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
_INFO_EXTRAS_REGEX = r'name:"\w+/(?P<timezone>{timezones})",info:"(?P<info>[\w=]+)",extras:"(?P<extras>[\w=]+)"'
_APP_ID_REGEX = re.compile(
r'{app_id:"(?P<app_id>\d{9})",app_secret:"\w{32}",base_port:"80",base_url:"https://www\.qobuz\.com",base_method:"/api\.json/0\.2/"},n'
r'production:{api:{appId:"(?P<app_id>\d{9})",appSecret:"\w{32}"'
)

_BUNDLE_URL_REGEX = re.compile(
Expand Down

0 comments on commit 55a360d

Please sign in to comment.