spaces-dl
v1.0.5
Published
A dead simple CLI tool to download recorded Twitter Spaces.
Downloads
4
Readme
spaces-dl
A dead simple CLI tool to download recorded Twitter Spaces.
Installation
You can install spaces-dl
globally using npm:
npm install -g spaces-dl
Usage
spaces-dl [options]
Options
- -m, --m3u8: Specify the m3u8 file URL.
- -i, --id : Provide a valid ID for a recorded Twitter Space.
- -u, --username : Specify a valid Twitter username (without the @).
- -p, --password : Provide the password for the specified Twitter username.
- -o, --output : Specify the output path for the recorded audio/video.
- -d, --disable-browser-login: Disable logging in with the browser if logging in with username and password fails.
- -b, --browser-login: Login with the browser instead (great for privacy).
Example
spaces-dl -i <space_id> -u example_user -p password123 -o ./downloads