mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-08 02:24:44 -04:00
Improve typing
This commit is contained in:
parent
39d15247e8
commit
7c65dd79fd
2 changed files with 4 additions and 3 deletions
|
@ -36,6 +36,7 @@ class Spoofer:
|
|||
r'<script src="(/resources/\d+\.\d+\.\d+-[a-z]\d{3}/bundle\.js)"></script>',
|
||||
login_page,
|
||||
)
|
||||
assert bundle_url_match is not None
|
||||
bundle_url = bundle_url_match.group(1)
|
||||
bundle_req = requests.get("https://play.qobuz.com" + bundle_url)
|
||||
self.bundle = bundle_req.text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue