beyond live - streams
notes
- last tested may 2026
- this method is somewhat fragile and future changes to beyond live's api/backend may cause it to stop working
beyondlive.py does not yet work perfectly 100% of the time, I'm still working on a few minor improvements
- streams can only be ripped while they are live
requirements
method
- open your browser and enable
vineless
- if you aren't on windows+edge, open
UserAgent-Switcher and set your user agent to the latest windows+edge string
- navigate to beyondlive.com and enter the concert venue
- take note of the three digit number id in the page url
- open
Get-cookies.txt-LOCALLY and export your beyond live cookies
- open
vineless, locate the page url in the keys section and click + to expand the entry
- copy the manifest url and key
- install the required module
pip install requests
- run
beyondlive.py with the following options to download the stream
python beyondlive.py --mpd <url> --key <key> --id <id> --cookies <cookies_file>
- once the stream has ended, run
merge.py to create a playable file
python merge.py