An open API service indexing awesome lists of open source software.

https://github.com/aelew/raycast-cobalt

🧩 A Raycast extension for downloading video and audio from popular social media platforms using Cobalt's API.
https://github.com/aelew/raycast-cobalt

cobalt downloader hacktoberfest raycast raycast-extension social-media video

Last synced: 11 months ago
JSON representation

🧩 A Raycast extension for downloading video and audio from popular social media platforms using Cobalt's API.

Awesome Lists containing this project

README

          



Cobalt for Raycast



A Raycast extension that allows you to easily download videos & audio from popular social media platforms, powered by cobalt's API. A list of supported services can be found here.


> **Note**
> This extension is neither created by nor affiliated with [cobalt](https://github.com/imputnet/cobalt).

## Features

- Video and audio file downloading
- Customizable video codec, video quality, and audio format
- Customizable download directory: choose where you want to save your downloads!
- Customizable API instance URL: Want to use a different Cobalt API instance? No problem!
- Receive a notification when your download completes
- Platform-specific customization settings



## Run Locally (development mode)

Clone the project

```bash
git clone https://github.com/aelew/raycast-cobalt.git
```

Go to the project directory

```bash
cd raycast-cobalt
```

Install dependencies

```bash
npm install
```

Connect to Raycast

```bash
npm run dev
```

## License

[MIT](https://choosealicense.com/licenses/mit/)