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
@larvata Thanks!
So it's working! my mistake is that I was opening: https://twitter.com/i/spaces/<id>
@NabilHunt tried just now, it still works.
go to the space page:
https://twitter.com/<username>/status/<tweet_id>
and click the
Play Recording
buttonthe m3u8 will be showed in network panel.