-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi Freyta.
This looks great, but I noticed that the UI just hangs when you press the button to download the video. Specifically it gets up to Grabbed the m3u8 file, but after that point it hangs.
Not sure how best to debug it.
If I print the account before calling account.down it returns...
{
'_session': <requests.sessions.Session object at 0x110f5c710>,
'user': '...',
'password': '...',
'logged_in': True,
'authorisationToken': '...',
'refreshToken': '...'
}
It's at that point the code stops...
self._session.get(link).content
A URL is generated but it seems the getting of the contents fails?
The URL is...
https://dve-streams.akamaized.net/...
I'm logged into the network with a web browser and attempt to reach that stream URL but get a 403 Forbidden.
Metadata
Metadata
Assignees
Labels
No labels