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.
- Host: GitHub
- URL: https://github.com/aelew/raycast-cobalt
- Owner: aelew
- License: mit
- Created: 2023-07-30T22:21:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T08:33:14.000Z (12 months ago)
- Last Synced: 2025-07-20T06:58:40.941Z (11 months ago)
- Topics: cobalt, downloader, hacktoberfest, raycast, raycast-extension, social-media, video
- Language: TypeScript
- Homepage: https://www.raycast.com/aelew/cobalt
- Size: 2.96 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)