python -m venv .venv
source .venv/bin/activate
pip install m3u8downloader
downloadm3u8 -o foo.mp4 spaces_m3u8_url
ffmpeg -i foo.mp4 -b:a 192K -vn bar.mp3
ffmpeg -i spaces_m3u8_url -b:a 192K -vn bar.mp3
python -m venv .venv
source .venv/bin/activate
pip install m3u8downloader
downloadm3u8 -o foo.mp4 spaces_m3u8_url
ffmpeg -i foo.mp4 -b:a 192K -vn bar.mp3
ffmpeg -i spaces_m3u8_url -b:a 192K -vn bar.mp3
@NabilHunt tried just now, it still works.
go to the space page: https://twitter.com/<username>/status/<tweet_id>
and click the Play Recording
button
the m3u8 will be showed in network panel.
@larvata Thanks!
So it's working! my mistake is that I was opening: https://twitter.com/i/spaces/<id>
I think this one no longer works. (filtering using m3u8 returns nothing)