fastest way to download twitter spaces recordings
ffmpeg Chrome VScode Jdownloader2 PowerToys
- Navigate to the twitter space recording on Chrome
- Open ddevtools by pressing F12 andd navigate to the network tab
- Filter the results with 'chunk_'
- Wait for the recording to finish and all the chunks are shown in the network tab
- Follow the instructions here to get all the URLs of the chunks: https://stackoverflow.com/questions/41200450/multiple-urls-copy-in-sources-network-tab
- Download all the chunks with your favourite download manager, e.g Jdownloader2
- Use PowerToys's power rename tool to rename the files to an easier format
- Use the python code provided to create the cmd command needed to merge the chunks together