1.0.5 • Published 11 months ago

spaces-dl v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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
1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago